Port e2e tests for multi architecture
This commit is contained in:
@@ -55,7 +55,7 @@ var _ = framework.KubeDescribe("ContainerLogPath", func() {
|
||||
RestartPolicy: v1.RestartPolicyNever,
|
||||
Containers: []v1.Container{
|
||||
{
|
||||
Image: "gcr.io/google_containers/busybox:1.24",
|
||||
Image: busyboxImage,
|
||||
Name: logContName,
|
||||
Command: []string{"sh", "-c", "echo " + logString},
|
||||
},
|
||||
@@ -86,7 +86,7 @@ var _ = framework.KubeDescribe("ContainerLogPath", func() {
|
||||
RestartPolicy: v1.RestartPolicyNever,
|
||||
Containers: []v1.Container{
|
||||
{
|
||||
Image: "gcr.io/google_containers/busybox:1.24",
|
||||
Image: busyboxImage,
|
||||
Name: checkContName,
|
||||
// If we find expected log file and contains right content, exit 0
|
||||
// else, keep checking until test timeout
|
||||
|
Reference in New Issue
Block a user