Skip to content

Commit

Permalink
Kubeadm version bump; fix docker test failure (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: Parthvi Vala <parthvi.vala@suse.com>
Co-authored-by: Tomas Hehejik <thehejik@suse.com>
  • Loading branch information
valaparthvi and thehejik authored Dec 20, 2024
1 parent 10bb2db commit 008017b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/cypress/latest/e2e/unit_tests/providers_setup.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Enable CAPI Providers', () => {
const googleProvider = 'gcp'
const azureProvider = 'azure'
const fleetProvider = 'fleet'
const kubeadmProviderVersion = 'v1.8.4'
const kubeadmProviderVersion = 'v1.9.0'
const kubeadmBaseURL = 'https://github.com/kubernetes-sigs/cluster-api/releases/'
const kubeadmProviderTypes = ['bootstrap', 'control plane']
const providerNamespaces = ['capi-kubeadm-bootstrap-system', 'capi-kubeadm-control-plane-system', 'capd-system', 'capa-system', 'capg-system', 'capz-system']
Expand Down Expand Up @@ -67,6 +67,7 @@ describe('Enable CAPI Providers', () => {
cy.addInfraProvider('Docker', dockerProvider, 'capd-system');
var statusReady = 'Ready'
statusReady = statusReady.concat(dockerProvider, 'infrastructure', dockerProvider, kubeadmProviderVersion)
// TODO: add actual vs expected
cy.contains(statusReady);
})
);
Expand Down

0 comments on commit 008017b

Please sign in to comment.