From abd7643b006d45a18be02bd8cf37fda9dc623dca Mon Sep 17 00:00:00 2001 From: "Matthew Starkey (mastarke)" Date: Fri, 20 Dec 2024 07:59:46 -0800 Subject: [PATCH] updated other vendo condition --- feature/platform/tests/breakout_configuration/breakout_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/platform/tests/breakout_configuration/breakout_test.go b/feature/platform/tests/breakout_configuration/breakout_test.go index 78715341fa0..5ce2f7875a2 100644 --- a/feature/platform/tests/breakout_configuration/breakout_test.go +++ b/feature/platform/tests/breakout_configuration/breakout_test.go @@ -192,7 +192,7 @@ func TestPlatformBreakoutConfig(t *testing.T) { "fullInterfaceName and foundComp is %v", breakOutCompName, fullInterfaceName, foundComp) componentNameList = []string{breakOutCompName} } else { - // other vendor method + t.Fatalf("Unsupported vendor %s. Need to add breakout component names.", dut.Vendor()) } for _, componentName := range componentNameList {