Remove spurious print
This commit is contained in:
@ -245,7 +245,6 @@ class TestInterfaceMethods(unittest.TestCase):
|
|||||||
|
|
||||||
def test_get_phys(self):
|
def test_get_phys(self):
|
||||||
phys = interface.get_phys(self.cfg)
|
phys = interface.get_phys(self.cfg)
|
||||||
print(phys)
|
|
||||||
self.assertEqual(len(phys), 6)
|
self.assertEqual(len(phys), 6)
|
||||||
self.assertIn("GigabitEthernet1/0/0", phys)
|
self.assertIn("GigabitEthernet1/0/0", phys)
|
||||||
self.assertNotIn("GigabitEthernet1/0/0.100", phys)
|
self.assertNotIn("GigabitEthernet1/0/0.100", phys)
|
||||||
|
Reference in New Issue
Block a user