Exemple #1
0
 def test_setup (self):
     #vlan.test_setup()
     #logMsg('info', 'This is a passed case in setup: %s' % testConfig(self, 'ixia.portList'))
     logInfo('This is a passed case in setup: %s' % testConfig(self, 'ixia.portList'))
Exemple #2
0
 def test_setup(self):
     logInfo('This is a passed case in setup: %s' % testConfig(self, 'ixia.portList'))
Exemple #3
0
 def test_vlan(self):
     logError('This is a failed case in test_vlan: %s' % testConfig(self, 'ixia.portList'))
Exemple #4
0
 def test_vlan  (self):
     #logMsg('error', 'This is a failed case in test_vlan: %s' % testConfig(self, 'ixia.portList'))
     logError('This is a failed case in test_vlan: %s' % testConfig(self, 'ixia.portList'))
     vlan.test_vlan_1(testConfig(self, 'ixia.portList'))
     vlan.test_vlan_2()
     vlan.test_vlan_3()