mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Merge pull request #24110 from vishh/node-conformance
Automatic merge from submit-queue Convert the node conformance tests to use dedicated images. This PR will de-flake the node e2e.
This commit is contained in:
commit
828ea5a728
@ -46,10 +46,10 @@ var _ = Describe("Container Conformance Test", func() {
|
||||
Context("when testing images that exist", func() {
|
||||
var conformImages []ConformanceImage
|
||||
conformImageTags := []string{
|
||||
"gcr.io/google_containers/busybox:1.24",
|
||||
"gcr.io/google_containers/mounttest:0.2",
|
||||
"gcr.io/google_containers/nettest:1.7",
|
||||
"gcr.io/google_containers/nginx:1.7.9",
|
||||
"gcr.io/google_containers/node-conformance:v1",
|
||||
"gcr.io/google_containers/node-conformance:v2",
|
||||
"gcr.io/google_containers/node-conformance:v3",
|
||||
"gcr.io/google_containers/node-conformance:v4",
|
||||
}
|
||||
It("it should pull successfully [Conformance]", func() {
|
||||
for _, imageTag := range conformImageTags {
|
||||
|
Loading…
Reference in New Issue
Block a user