Adjust E2E test codes

Signed-off-by: Ming <mqiu@vmware.com>
This commit is contained in:
Ming
2023-05-15 03:28:56 +00:00
parent 12a14d11e9
commit a16c17b1e3
33 changed files with 478 additions and 507 deletions
@@ -100,7 +100,7 @@ func APIGropuVersionsTest() {
DeleteBackups(context.Background(), *veleroCfg.ClientToInstallVelero)
})
if veleroCfg.InstallVelero {
By("Uninstall Velero", func() {
By("Uninstall Velero in api group version case", func() {
Expect(VeleroUninstall(ctx, veleroCfg.VeleroCLI, veleroCfg.VeleroNamespace)).NotTo(HaveOccurred())
})
}