Searched defs:check_call (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/openstack/common/files/ |
H A D | openstack_common.py | 32 from subprocess import CalledProcessError, Popen, PIPE, check_call namespace 297 check_call(["/usr/bin/pkill", "-c", ctid]) 304 check_call(["/usr/bin/pgrep", "-c", ctid], stdout=PIPE,
|
/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/ |
H A D | solaris_ipsec.py | 93 from subprocess import CalledProcessError, Popen, PIPE, check_call namespace
|
Completed in 23 milliseconds