Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ELBERT: remove weutil SUP calculated offset (#31)
Summary: ELBERT: - Remove Local Mac eeprom special case for SUP. This is not needed for elbert and there is no SFP port. - Added Elbert EEPROM CIT Test Case for Supervisor (Chassis/LC/SCD/runBMC eeprom not ready yet). This checks for local mac address for SUP being BASE + 1. Testing: root@bmc-oob:/usr/local/bin/tests2# python cit_runner.py --platform elbert test_asset_tag (tests.elbert.test_eeprom.SupervisorEepromTest) ... skipped 'Test not supported on platform' test_extended_mac_base (tests.elbert.test_eeprom.SupervisorEepromTest) ... ok test_local_mac (tests.elbert.test_eeprom.SupervisorEepromTest) ... ok test_location_on_fabric (tests.elbert.test_eeprom.SupervisorEepromTest) ... skipped 'Test not supported on platform' test_mac_offset (tests.elbert.test_eeprom.SupervisorEepromTest) ... ok test_odm_pcb (tests.elbert.test_eeprom.SupervisorEepromTest) ... ok test_product_name (tests.elbert.test_eeprom.SupervisorEepromTest) ... ok test_product_part_number (tests.elbert.test_eeprom.SupervisorEepromTest) ... ok test_product_serial_number (tests.elbert.test_eeprom.SupervisorEepromTest) ... ok test_system_assembly_part_number (tests.elbert.test_eeprom.SupervisorEepromTest) ... ok test_system_manufacturer (tests.elbert.test_eeprom.SupervisorEepromTest) ... skipped 'Test not supported on platform' test_system_manufacturer_date (tests.elbert.test_eeprom.SupervisorEepromTest) ... ok test_version (tests.elbert.test_eeprom.SupervisorEepromTest) ... ok test_host_mac (tests.elbert.test_host_mac.HostMacTest) ... ok test_host_mac_zero_test (tests.elbert.test_host_mac.HostMacTest) ... ok test_i2c_tree (tests.elbert.test_i2c.ElbertI2cTest) check if i2c devices are created and drivers are binded properly. ... ok test_eeprom_read (tests.elbert.test_oob_eeprom.OobEepromTest) ... ok Ran 17 tests in 7.841s OK (skipped=3) Pull Request resolved: facebookexternal/openbmc.arista#31 Reviewed By: benwei13 fbshipit-source-id: dbe3654fe8
- Loading branch information