예제 #1
0
 def test_get_routers_dict(self):
     """
     Tests the router config
     :return: Tests results
     """
     data = ConfigManager.get_routers_dict()
     self.assertEqual(True, data[0], "Routers: Wrong config")
예제 #2
0
 def test_get_routers_dict(self):
     """
     Tests the router config
     :return: Tests results
     """
     data = ConfigManager.get_routers_dict()
     self.assertEqual(len(data), 3, "Routers: Wrong size of the List")
예제 #3
0
 def test_get_routers_dict(self):
     """
     Tests the router config
     :return: Tests results
     """
     data = ConfigManager.get_routers_dict()
     self.assertEqual(len(data), 3, "Routers: Wrong size of the List")
예제 #4
0
 def test_get_routers_dict(self):
     """
     Tests the router config
     :return: Tests results
     """
     data = ConfigManager.get_routers_dict()
     self.assertEqual(True, data[0], "Routers: Wrong config")