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 {