def test_vlan_1(port): logError('------ got inside test_vlan.py.test_vlan_1 -----') logInfo('----- variable %s' % port) #for i in range(0, 2): #testObj.log('error', 'for loop: %s' % i) #testObj.endTestcase() return 0
def test_vlan(self): logError('This is a failed case in test_vlan: %s' % testConfig(self, 'ixia.portList'))
def test_vlan_dot1p(self): #logMsg('info', '----- variable %s' % config(self, 'ixia.portList')) logError('---test_vlan_dot1p failed')
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()