Searched refs:subprocess (Results 1 - 25 of 36) sorted by relevance

12

/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/openstack/nova/files/
H A Dzone-vnc-console24 import subprocess
68 svcprop = subprocess.Popen(cmd, stdout=subprocess.PIPE,
69 stderr=subprocess.PIPE)
118 vnc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
119 stderr=subprocess.PIPE, env=None)
133 svccfg = subprocess.Popen(cmd, stdout=subprocess.PIPE,
134 stderr=subprocess
[all...]
H A Dnova-conductor18 from subprocess import CalledProcessError, check_call
H A Dnova-compute19 from subprocess import CalledProcessError, Popen, PIPE, check_call
/solaris-userland/components/openstack/swift/files/
H A Dswift-replicator-rsync19 import subprocess
41 proc = subprocess.Popen(cmdline)
H A Dswift-upgrade19 from subprocess import check_call, Popen, PIPE
/solaris-userland/components/openstack/cinder/files/
H A Dcinder-api18 from subprocess import CalledProcessError, check_call, Popen
H A Dcinder-upgrade19 from subprocess import check_call, Popen, PIPE
H A Dcinder-volume-setup19 from subprocess import CalledProcessError, Popen, PIPE, check_call
/solaris-userland/components/openstack/horizon/files/
H A Dhorizon18 from subprocess import CalledProcessError, check_call, Popen
H A Dhorizon-upgrade18 from subprocess import check_call, Popen, PIPE
/solaris-userland/components/openstack/neutron/files/
H A Dneutron-server18 from subprocess import CalledProcessError, check_call
H A Dneutron-openvswitch-agent18 from subprocess import CalledProcessError, check_call
H A Dneutron-upgrade19 from subprocess import check_call, Popen, PIPE
/solaris-userland/components/docker/files/
H A Dsvc-docker8 import subprocess
36 p = subprocess.Popen(self.cmd, stdout=subprocess.PIPE,
37 stderr=subprocess.PIPE)
210 p = subprocess.Popen("/usr/bin/docker-support shutdown-containers",
216 subprocess.check_call(["/usr/bin/pkill", "-c", sys.argv[2]])
217 except subprocess.CalledProcessError as e:
/solaris-userland/tools/
H A Dbass-o-matic35 import subprocess
92 proc = subprocess.Popen(['gmake', targets], cwd=path,
93 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
162 proc = subprocess.Popen(['gmake'] + args)
H A Duserland-incorporator30 import subprocess
121 tmp = subprocess.Popen(["/usr/bin/pkgrepo", "list", "-F", "json",
124 stdout=subprocess.PIPE)
H A Duserland-fetch39 import subprocess
60 proc = subprocess.Popen(["hg", "root"], stdout=subprocess.PIPE)
71 proc = subprocess.Popen(["gpg2", "--verify",
74 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
/solaris-userland/components/openstack/ironic/files/
H A Dironic-db18 from subprocess import Popen, PIPE
H A Dironic-upgrade19 from subprocess import check_call, Popen, PIPE
/solaris-userland/components/openstack/keystone/files/
H A Dkeystone18 from subprocess import CalledProcessError, check_call, Popen
H A Dkeystone-upgrade19 from subprocess import check_call, Popen, PIPE
/solaris-userland/components/openstack/heat/files/
H A Dheat-upgrade19 from subprocess import check_call, Popen, PIPE
/solaris-userland/components/desktop/os-welcome/files/
H A Dos-next-steps.py27 import subprocess namespace
53 p = subprocess.Popen(["/usr/sbin/host", hostname],
54 stdin=None, stdout=subprocess.PIPE,
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,

Completed in 458 milliseconds

12