Skip to content

Commit 4dd807e

Browse files
committed
refactor: rename YAML file and update workload configuration for TAS
Signed-off-by: Ron Kahn <rkahn@nvidia.com>
1 parent 03940ee commit 4dd807e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

operator/e2e/tests/topology_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ func Test_TAS6_StandalonePCLQOnlyPCSZoneConstraint(t *testing.T) {
484484
Timeout: defaultPollTimeout,
485485
Interval: defaultPollInterval,
486486
Workload: &WorkloadConfig{
487-
Name: "tas-zone-level",
488-
YAMLPath: "../yaml/tas-zone-level.yaml",
487+
Name: "tas-standalone-pclq",
488+
YAMLPath: "../yaml/tas-standalone-pclq-only-pcs-zone.yaml",
489489
Namespace: "default",
490490
ExpectedPods: expectedPods,
491491
},
File renamed without changes.

0 commit comments

Comments
 (0)