Go to the source code of this file.
Namespaces | |
fetch_tools.util | |
Functions | |
def | fetch_tools.util.add_robot (parser) |
def | fetch_tools.util.add_user (parser) |
def | fetch_tools.util.add_workspace (parser) |
def | fetch_tools.util.RobotCompleter (prefix, kwargs) |
def | fetch_tools.util.run (command) |
def | fetch_tools.util.ssh (user, host, command, password=None, fname=None) |
Variables | |
fetch_tools.util.users = subprocess.check_output(["awk", "-F:", "{ print $1}", "/etc/passwd"]) \ | |