chore: update e2e test (#1839)
Signed-off-by: Jim Ma <majinjing3@gmail.com>
This commit is contained in:
parent
f6d8d5c6b2
commit
ea02bbefde
|
|
@ -232,7 +232,7 @@ func singleDfgetTest(name, ns, label, podNamePrefix, container string) {
|
||||||
// test path /dragonfly-test/usr
|
// test path /dragonfly-test/usr
|
||||||
// test subdirs (no empty dirs)
|
// test subdirs (no empty dirs)
|
||||||
// sha256sum txt: /host/tmp/dragonfly-test.sha256sum.txt
|
// sha256sum txt: /host/tmp/dragonfly-test.sha256sum.txt
|
||||||
subDirs := []string{"bin", "lib", "lib64", "libexec", "sbin", "share"}
|
subDirs := []string{"bin", "lib64", "libexec", "sbin"}
|
||||||
|
|
||||||
out, err := e2eutil.KubeCtlCommand("-n", ns, "get", "pod", "-l", label,
|
out, err := e2eutil.KubeCtlCommand("-n", ns, "get", "pod", "-l", label,
|
||||||
"-o", "jsonpath='{range .items[*]}{.metadata.name}{end}'").CombinedOutput()
|
"-o", "jsonpath='{range .items[*]}{.metadata.name}{end}'").CombinedOutput()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue