From 6ca7fddb0eff64aa49060e2d9734b74f4b61068a Mon Sep 17 00:00:00 2001 From: Harshit Gulati Date: Tue, 24 Sep 2024 22:43:20 -0700 Subject: [PATCH] Added Transceiver system prbs test for 100G-FR1 Summary: 100G-FR1 is the operational mode on Meru800bia/Meru800bfa fabric ports. Adding a test to run prbs between asic and transceivers on these ports Reviewed By: birdsoup Differential Revision: D63332427 fbshipit-source-id: 7fffa54e62e8509fb917f6ac5d701087e9a12b94 --- fboss/agent/test/link_tests/PrbsTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fboss/agent/test/link_tests/PrbsTest.cpp b/fboss/agent/test/link_tests/PrbsTest.cpp index bfd494aa22d6e..e69f627b7f823 100644 --- a/fboss/agent/test/link_tests/PrbsTest.cpp +++ b/fboss/agent/test/link_tests/PrbsTest.cpp @@ -726,4 +726,6 @@ PRBS_PHY_TRANSCEIVER_SYSTEM_TEST(FR4_200G, PRBS31, ASIC, PRBS31Q); PRBS_PHY_TRANSCEIVER_SYSTEM_TEST(FR4_400G, PRBS31, ASIC, PRBS31Q); +PRBS_PHY_TRANSCEIVER_SYSTEM_TEST(FR1_100G, PRBS31, ASIC, PRBS31Q); + PRBS_ASIC_ASIC_TEST(PRBS31);