Skip to content

Commit

Permalink
ci/cli: test operator upgrade after restore
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <[email protected]>
  • Loading branch information
ldevulder committed Nov 12, 2024
1 parent 2cef6d9 commit 80990de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/e2e/backup-restore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ var _ = Describe("E2E - Test full Backup/Restore", Label("test-full-backup-resto
InstallRancher(k)
})

By("Upgrading/re-installing Elemental Operator", func() {
installOrder := []string{"elemental-operator-crds", "elemental-operator"}
InstallElementalOperator(k, installOrder, operatorRepo)
})

By("Checking cluster state after restore", func() {
WaitCluster(clusterNS, clusterName)
})
Expand Down

0 comments on commit 80990de

Please sign in to comment.