Example #1
0
 def test_power_strip_dict(self):
     """
     Tests the power strip config
     :return: Tests results
     """
     data = ConfigManager.get_power_strip_dict()
     self.assertEqual(True, data[0], "power_strip: Wrong config")
Example #2
0
 def test_power_strip_dict(self):
     """
     Tests the power strip config
     :return: Tests results
     """
     data = ConfigManager.get_power_strip_dict()
     self.assertEqual(len(data), 1, "power_strip: Wrong size of the List")
Example #3
0
 def test_power_strip_dict(self):
     """
     Tests the power strip config
     :return: Tests results
     """
     data = ConfigManager.get_power_strip_dict()
     self.assertEqual(len(data), 1, "power_strip: Wrong size of the List")
 def test_power_strip_dict(self):
     """
     Tests the power strip config
     :return: Tests results
     """
     data = ConfigManager.get_power_strip_dict()
     self.assertEqual(True, data[0], "power_strip: Wrong config")