Пример #1
0
 def testLogitInterface(self):
     for cmd in getcmds('test_interface.cmd', 'LOGIT'):
         self.assertSucc(cmd)
Пример #2
0
 def testElnrInterface(self):
     for cmd in getcmds('test_interface.cmd', 'ELNR'):
         self.assertSucc(cmd)
Пример #3
0
 def testShowInterface(self):
     for cmd in getcmds('test_interface.cmd', 'show'):
         self.assertSucc(cmd)
Пример #4
0
 def testPARInterface(self):
     for cmd in getcmds('test_interface.cmd', 'PAR'):
         self.assertSucc(cmd)
Пример #5
0
 def testLogitInterface(self):
     for cmd in getcmds('test_interface.cmd', 'LOGIT'):
         self.assertSucc(cmd)
Пример #6
0
 def testShowInterface(self):
     for cmd in getcmds('test_interface.cmd', 'show'):
         self.assertSucc(cmd)
Пример #7
0
 def testElnrInterface(self):
     for cmd in getcmds('test_interface.cmd', 'ELNR'):
         self.assertSucc(cmd)
Пример #8
0
 def testPARInterface(self):
     for cmd in getcmds('test_interface.cmd', 'PAR'):
         self.assertSucc(cmd)