replace os.system with subprocess.call - add a timeout option in the mix
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 19 Mar 2015 20:24:23 +0000 (21:24 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 19 Mar 2015 20:24:23 +0000 (21:24 +0100)
commite167868104b248223446c04fc83be5b090bbf188
tree0f99f8034a6756fc4177cdde2fac578e030e35f7
parent457d31694f7b0f60e2a6fea230e9a3572b9d2b78
replace os.system with subprocess.call - add a timeout option in the mix
today for the first time ever a slice was not answering ssh but the ssh client would hang forever..
system/TestPlc.py
system/TestSlice.py
system/utils.py