示例#1
0
文件: TestsCommon.py 项目: vicgc/lnst
 def __init__(self, command):
     self._testLogger = logging.getLogger("root.testLogger")
     self._read_pipe, self._write_pipe = os.pipe()
     NetTestCommandGeneric.__init__(self, command)
示例#2
0
 def __init__(self, command):
     self._testLogger = logging.getLogger("root.testLogger")
     NetTestCommandGeneric.__init__(self, command)
示例#3
0
文件: TestsCommon.py 项目: jbenc/lnst
 def __init__(self, command):
     self._testLogger = logging.getLogger("root.testLogger")
     NetTestCommandGeneric.__init__(self, command)
示例#4
0
 def __init__(self, command):
     self._testLogger = logging.getLogger("root.testLogger")
     self._read_pipe, self._write_pipe = os.pipe()
     NetTestCommandGeneric.__init__(self, command)