Skip to content

Commit eea781b

Browse files
authored
Merge pull request #5308 from npinaeva/kubevirt-testname
[e2e] kubevirt: generate test name that is compatible with file path.
2 parents 4de8fd5 + 1fb8983 commit eea781b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/kubevirt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1947,7 +1947,7 @@ ip route add %[3]s via %[4]s
19471947
if td.ingress != "" {
19481948
ingress = td.ingress
19491949
}
1950-
return fmt.Sprintf("after %s of %s with %s/%s with %q ingress", td.test.description, td.resource.description, role, td.topology, ingress)
1950+
return fmt.Sprintf("after %s of %s with %s/%s with %s ingress", td.test.description, td.resource.description, role, td.topology, ingress)
19511951
},
19521952
Entry(nil, testData{
19531953
resource: virtualMachine,

0 commit comments

Comments
 (0)