Searched refs:ProcessHelper (Results 1 - 2 of 2) sorted by relevance

/gem5/tests/testing/
H A Dhelpers.py55 class ProcessHelper(subprocess.Popen): class in inherits:subprocess.Popen
62 with ProcessHelper(["/bin/ls"], stdout=subprocess.PIPE) as p:
66 super(ProcessHelper, self).__init__(*args, **kwargs)
161 with ProcessHelper(cmd_foo) as p:
164 with ProcessHelper(cmd_foo, stdout=subprocess.PIPE) as p:
170 with ProcessHelper(cmd_sleep) as p:
H A Dunits.py154 with ProcessHelper(gem5_cmd, stdout=subprocess.PIPE,
283 with ProcessHelper(cmd,

Completed in 5 milliseconds