fix(pcie): verify GPU links under real bandwidth load
This commit is contained in:
@@ -80,7 +80,7 @@ func TestPlanSATRunAllNoAcceleratorNoTPM(t *testing.T) {
|
||||
for _, s := range specs {
|
||||
targets = append(targets, s.target)
|
||||
}
|
||||
want := []string{"cpu", "memory", "storage", "pcie-link"}
|
||||
want := []string{"cpu", "memory", "storage"}
|
||||
if !reflect.DeepEqual(targets, want) {
|
||||
t.Fatalf("targets=%v want %v", targets, want)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user