Skip to content

Commit

Permalink
Add start/stop test for plain old docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Wadhwa committed May 7, 2020
1 parent 8096094 commit fce7562
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/start_stop_delete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ func TestStartStop(t *testing.T) {
"--disable-driver-mounts",
"--extra-config=kubeadm.ignore-preflight-errors=SystemVerification",
}},
{"docker", constants.DefaultKubernetesVersion, []string{
"--container-runtime=docker",
}},
{"embed-certs", constants.DefaultKubernetesVersion, []string{
"--embed-certs",
}},
Expand Down

0 comments on commit fce7562

Please sign in to comment.