Skip to content

Commit 5e2e600

Browse files
committed
remove only fpga ds
Signed-off-by: Tuomas Katila <[email protected]>
1 parent 6228571 commit 5e2e600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/fpga/fpga.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ func describe() {
8484
}
8585
}
8686

87-
e2ekubectl.RunKubectlOrDie(fmw.Namespace.Name, "delete", "-k", filepath.Dir(pluginKustomizationPath))
88-
8987
if dpPodName != "" {
88+
e2ekubectl.RunKubectlOrDie(fmw.Namespace.Name, "delete", "ds", "intel-fpga-plugin")
89+
9090
if err := e2epod.WaitForPodNotFoundInNamespace(ctx, fmw.ClientSet, dpPodName, fmw.Namespace.Name, 30*time.Second); err != nil {
9191
framework.Failf("failed to terminate pod: %v", err)
9292
}

0 commit comments

Comments
 (0)