Searched defs:subprocess (Results 1 - 5 of 5) sorted by relevance

/solaris-userland/components/rabbitmq/
H A Dtest.py30 import subprocess namespace
68 ret = subprocess.call([gmake, "start-background-node", "start-rabbit-on-node",
77 test_ret = subprocess.call([gmake, "run-tests", "PLUGINS_SRC_DIR=",
80 stopnode_ret = subprocess.call([gmake, "stop-node", "PLUGINS_SRC_DIR=",
82 stopepmd_ret = subprocess.call(["/usr/bin/epmd", "-kill"],
/solaris-userland/components/desktop/os-welcome/files/
H A Dos-about.py25 import subprocess namespace
64 p = subprocess.Popen(["/usr/bin/pkg", "contents", "-H", "-t", "set",
67 stdin=None, stdout=subprocess.PIPE, stderr=None,
H A Dos-next-steps.py27 import subprocess namespace
53 p = subprocess.Popen(["/usr/sbin/host", hostname],
54 stdin=None, stdout=subprocess.PIPE,
/solaris-userland/tools/python/pkglint/
H A Duserland.py36 import subprocess namespace
264 aslr_tag_process = subprocess.Popen(
267 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/solaris-userland/components/openstack/cinder/files/solaris/
H A Dzfs.py25 import subprocess namespace
317 p1 = subprocess.Popen(cmd1, stdout=subprocess.PIPE,
318 stderr=subprocess.PIPE)
323 # Set the pipe to be blocking because evenlet.green.subprocess uses
328 p2 = subprocess.Popen(cmd2, stdin=p1.stdout,
329 stdout=subprocess.PIPE,
330 stderr=subprocess.PIPE)

Completed in 37 milliseconds