Skip to content

Commit 9d114a4

Browse files
committed
Repair test
1 parent ea31126 commit 9d114a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/integration_kubernetes_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
it 'verify the k8 nodes' do
4848
run_shell('sleep 20')
4949
run_shell('KUBECONFIG=/etc/kubernetes/admin.conf kubectl get nodes') do |r|
50-
expect(r.stdout).to match(/#{hostname1}(\s)+Ready(\s)+master/)
50+
expect(r.stdout).to match(/#{hostname1}(\s)+Ready(\s)+control-plane,master/)
5151
expect(r.stdout).to match(/#{hostname2}(\s)+Ready/)
5252
expect(r.stdout).to match(/#{hostname3}(\s)+Ready/)
5353
end

0 commit comments

Comments
 (0)