Searched defs:check_call (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/openstack/common/files/
H A Dopenstack_common.py32 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 Dsolaris_ipsec.py93 from subprocess import CalledProcessError, Popen, PIPE, check_call namespace

Completed in 23 milliseconds