Exemplo n.º 1
0
 def setUpClass(self):
     # uncomment me to see whats going on
     huawei = PluginManager.get_plugin_by_remote_name('E220')
     stub = test_protocol(huawei, SerialPortStub, BufferingStateMachine)
     self.stub = stub
Exemplo n.º 2
0
 def setUpClass(self):
     # uncomment me to see whats going on
     # self.log = log.startLogging(sys.stdout)
     huawei = PluginManager.get_plugin_by_name('Huawei E220')
     stub = test_protocol(huawei, SerialPortStub, BufferingStateMachine)
     self.stub = stub
 def setUpClass(self):
     # uncomment me to see whats going on
     huawei = PluginManager.get_plugin_by_remote_name('E220')
     stub = test_protocol(huawei, SerialPortStub, BufferingStateMachine)
     self.stub = stub