mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-07-28 19:12:43 +00:00
udmrepo use region specified in BSL when s3URL is empty
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user