Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cit: tahan: add test_bmc_mac and test_host_mac
Summary: depend on facebookexternal/openbmc.celestica#1669 because 4a3f4d8 do tahan platform lost from list # Description Add "test_bmc_mac & test_host_mac" CIT test cases for Tahan platform. # Motivation To verify the BMC mac address and Userver mac address. X-link: facebookexternal/openbmc.celestica#1670 Test Plan: verify CIT on Tahan machine ``` root@bmc-oob:/usr/local/bin/tests2# python cit_runner.py -p tahan -r tests.tahan.test_bmc_mac test_bmc_mac (tests.tahan.test_bmc_mac.BMCMacTest.test_bmc_mac) ... ok test_bmc_mac_oui (tests.tahan.test_bmc_mac.BMCMacTest.test_bmc_mac_oui) ... ok ---------------------------------------------------------------------- Ran 2 tests in 0.849s OK root@bmc-oob:/usr/local/bin/tests2# python cit_runner.py -p tahan -r tests.tahan.test_host_mac test_host_mac (tests.tahan.test_host_mac.HostMacTest.test_host_mac) ... ok test_host_mac_zero_test (tests.tahan.test_host_mac.HostMacTest.test_host_mac_zero_test) ... ok ---------------------------------------------------------------------- Ran 2 tests in 1.723s OK root@bmc-oob:/usr/local/bin/tests2# ``` Reviewed By: mikechoifb Differential Revision: D51303498 Pulled By: alandau fbshipit-source-id: 9ec353b460b542e5914809af3e1bb19ac0ca45f0
- Loading branch information