fix(pcie): verify GPU links under real bandwidth load
This commit is contained in:
@@ -815,7 +815,7 @@ func TestCheckPageRendersGPUSelectionAndNvidiaCards(t *testing.T) {
|
||||
`Select All`,
|
||||
`id="sat-btn-nvidia"`,
|
||||
`NVIDIA Interconnect (NCCL)`,
|
||||
`NVIDIA Bandwidth (NVBandwidth)`,
|
||||
`NVIDIA Bandwidth + PCIe Link`,
|
||||
`Non-destructive`,
|
||||
} {
|
||||
if !strings.Contains(body, needle) {
|
||||
@@ -834,7 +834,7 @@ func TestCheckPageRendersNvidiaFabricCards(t *testing.T) {
|
||||
body := rec.Body.String()
|
||||
for _, needle := range []string{
|
||||
`NVIDIA Interconnect (NCCL)`,
|
||||
`NVIDIA Bandwidth (NVBandwidth)`,
|
||||
`NVIDIA Bandwidth + PCIe Link`,
|
||||
`nvbandwidth`,
|
||||
`all_reduce_perf`,
|
||||
} {
|
||||
|
||||
Reference in New Issue
Block a user