コード例 #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
ファイル: test_AP_Yaml.py プロジェクト: haggi/TestFramework
 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")