Skip to content

Commit 59446d2

Browse files
author
Priya Wadhwa
committed
Add start/stop test for plain old docker
1 parent 8096094 commit 59446d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: test/integration/start_stop_delete_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ func TestStartStop(t *testing.T) {
7171
"--disable-driver-mounts",
7272
"--extra-config=kubeadm.ignore-preflight-errors=SystemVerification",
7373
}},
74+
{"docker", constants.DefaultKubernetesVersion, []string{
75+
"--container-runtime=docker",
76+
}},
7477
{"embed-certs", constants.DefaultKubernetesVersion, []string{
7578
"--embed-certs",
7679
}},
@@ -135,6 +138,7 @@ func TestStartStop(t *testing.T) {
135138
if strings.Contains(tc.name, "cni") {
136139
t.Logf("WARNING: cni mode requires additional setup before pods can schedule :(")
137140
} else {
141+
fmt.Println("Wating for busybox and dashboard...")
138142
if _, err := PodWait(ctx, t, profile, "default", "integration-test=busybox", Minutes(7)); err != nil {
139143
t.Fatalf("failed waiting for pod 'busybox' post-stop-start: %v", err)
140144
}

0 commit comments

Comments
 (0)