udmrepo use region specified in BSL when s3URL is empty

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2023-10-20 20:45:59 +08:00
parent a8cdfc29c3
commit fb2012c09f
16 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ func TTLTest() {
Expect(t).To(Equal(test.ttl))
})
By(fmt.Sprintf("Waiting %s minutes for removing backup ralated resources by GC", test.ttl.String()), func() {
By(fmt.Sprintf("Waiting %s minutes for removing backup related resources by GC", test.ttl.String()), func() {
time.Sleep(test.ttl)
})
+1 -1
View File
@@ -168,7 +168,7 @@ func BslDeletionTest(useVolumeSnapshots bool) {
Expect(AddLabelToPod(context.Background(), "kibishii-deployment-1", bslDeletionTestNs, label_2)).To(Succeed())
})
By("Get all 2 PVCs of Kibishii and label them seprately ", func() {
By("Get all 2 PVCs of Kibishii and label them separately ", func() {
pvc, err := GetPvcByPVCName(context.Background(), bslDeletionTestNs, podName_1)
Expect(err).To(Succeed())
fmt.Println(pvc)