Example #1
0
 def test_get_eeprom(self, duthosts, enum_rand_one_per_hwsku_hostname,
                     localhost, platform_api_conn):
     eeprom = chassis.get_eeprom(platform_api_conn)
     pytest_assert(eeprom is not None, "Failed to retrieve system EEPROM")
Example #2
0
 def test_get_eeprom(self, duthost, localhost, platform_api_conn):
     eeprom = chassis.get_eeprom(platform_api_conn)
     pytest_assert(eeprom is not None, "Failed to retrieve system EEPROM")