| H A D | utils.py | 41 @shell defaults to false, and class will try to split @comm into a list 46 def __init__(self, comm, shell=None, fail=True, expect_fail=False, ns=None, 68 # If user doesn't explicitly request shell try to avoid it. 69 if shell is None and isinstance(comm, str) and ' ' in comm: 87 self.proc = subprocess.Popen(comm, shell=shell, stdout=subprocess.PIPE, 180 def __init__(self, comm, shell=None, fail=None, expect_fail=None, 184 shell=shell, fail=fail, expect_fail=expect_fail, 192 if shell an 34 __init__(self, comm, shell=True, fail=True, ns=None, background=False, host=None, timeout=5, ksft_wait=None) global() argument 114 __init__(self, comm, shell=True, fail=None, ns=None, host=None, exit_wait=False, ksft_wait=None) global() argument [all...] |