Add simple embed-certs integration test

pull/7309/head
Vincent Link 2020-03-29 15:12:37 +02:00
parent da7227eb72
commit 5bb0c580a0
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ func TestStartStop(t *testing.T) {
"--disable-driver-mounts",
"--extra-config=kubeadm.ignore-preflight-errors=SystemVerification",
}},
{"embed-certs", constants.DefaultKubernetesVersion, []string{
"--embed-certs",
}},
}
for _, tc := range tests {