Searched refs:custom_execute (Results 1 – 4 of 4) sorted by relevance
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/tests/privileged/ |
H A D | test_rootwrap.py | 78 priv_rootwrap.custom_execute('echo', 'hola') 87 out, err = priv_rootwrap.custom_execute('echo', msg, 101 priv_rootwrap.custom_execute, 113 out, err = priv_rootwrap.custom_execute('sleep', '2', timeout=0.05, 120 priv_rootwrap.custom_execute, 124 out, err = priv_rootwrap.custom_execute('ls', '-y',
|
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/privileged/ |
H A D | rootwrap.py | 55 def custom_execute(*cmd, **kwargs): function 174 return custom_execute(*cmd, **kwargs) 197 return custom_execute(*cmd, shell=False, run_as_root=False, **kwargs)
|
H A D | nvmeof.py | 44 host_nqn, err = rootwrap.custom_execute('nvme', 'show-hostnqn') 56 host_nqn, err = rootwrap.custom_execute('nvme', 'gen-hostnqn')
|
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/initiator/connectors/ |
H A D | nvmeof.py | 86 priv_rootwrap.custom_execute('nvme', 'version')
|