Update test/e2e_node/image_volume.go

Co-authored-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
杨朱 · Kiki 2024-09-09 16:02:01 +08:00 committed by GitHub
parent 8121bc99a8
commit c6904b76d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -225,7 +225,7 @@ var _ = SIGDescribe("ImageVolume", nodefeature.ImageVolume, func() {
framework.ExpectNoError(err, "Failed to get a ready schedulable node")
baseName := "test-pod"
anotherSELinuxLevel := "s1:c6,c10"
anotherSELinuxLevel := "s0:c100,c200"
for i := range 2 {
podName := fmt.Sprintf("%s-%d", baseName, i)