Skip to content

Commit

Permalink
start_stop_delete_test.go now tests for "--extra-config kubeadm.ignor…
Browse files Browse the repository at this point in the history
…e-preflight-errors=SystemVerification" too
  • Loading branch information
marcosdiez committed Mar 21, 2019
1 parent 4e29382 commit 8aec728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/start_stop_delete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func TestStartStop(t *testing.T) {
args []string
}{
{"docker+cache", []string{"--container-runtime=docker", "--cache-images"}},
{"docker+cache+ignore_verifications", []string{"--container-runtime=docker", "--cache-images", "--extra-config", "kubeadm.ignore-preflight-errors=SystemVerification"}},
{"containerd+cache", []string{"--container-runtime=containerd", "--docker-opt containerd=/var/run/containerd/containerd.sock", "--cache-images"}},
{"crio+cache", []string{"--container-runtime=crio", "--cache-images"}},
}
Expand Down

0 comments on commit 8aec728

Please sign in to comment.