In some cases device check causes an exception
Fixes bug 1035669 Check the stderr in addition to checking the return codes. Change-Id: I05e469302bc502b540b0c4af5fbd9c712a9bd309
This commit is contained in:
parent
b45d4eb280
commit
77c90dbc96
@ -23,7 +23,9 @@ import os
|
|||||||
import shlex
|
import shlex
|
||||||
import socket
|
import socket
|
||||||
import struct
|
import struct
|
||||||
import subprocess
|
|
||||||
|
from eventlet.green import subprocess
|
||||||
|
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user