mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 13:05:17 +00:00
Support CSI plugin in E2E test
Signed-off-by: danfengl <danfengl@vmware.com>
This commit is contained in:
@@ -61,7 +61,7 @@ func BackupsSyncTest() {
|
||||
BeforeEach(func() {
|
||||
flag.Parse()
|
||||
if VeleroCfg.InstallVelero {
|
||||
Expect(VeleroInstall(context.Background(), &VeleroCfg, "", false)).To(Succeed())
|
||||
Expect(VeleroInstall(context.Background(), &VeleroCfg, false)).To(Succeed())
|
||||
}
|
||||
})
|
||||
|
||||
@@ -94,7 +94,7 @@ func BackupsSyncTest() {
|
||||
|
||||
By("Install velero", func() {
|
||||
VeleroCfg.ObjectStoreProvider = ""
|
||||
Expect(VeleroInstall(test.ctx, &VeleroCfg, "", false)).To(Succeed())
|
||||
Expect(VeleroInstall(test.ctx, &VeleroCfg, false)).To(Succeed())
|
||||
})
|
||||
|
||||
By("Check all backups in object storage are synced to Velero", func() {
|
||||
|
||||
Reference in New Issue
Block a user