chore: update e2e test (#1839)

Signed-off-by: Jim Ma <majinjing3@gmail.com>
This commit is contained in:
Jim Ma 2022-11-16 10:41:50 +08:00 committed by Gaius
parent f6d8d5c6b2
commit ea02bbefde
No known key found for this signature in database
GPG Key ID: 8B4E5D1290FA2FFB
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ func singleDfgetTest(name, ns, label, podNamePrefix, container string) {
// test path /dragonfly-test/usr
// test subdirs (no empty dirs)
// 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,
"-o", "jsonpath='{range .items[*]}{.metadata.name}{end}'").CombinedOutput()