diff --git a/hack/config.sh b/hack/config.sh index 5ad54062..08dd02ba 100755 --- a/hack/config.sh +++ b/hack/config.sh @@ -50,7 +50,7 @@ _ssh=${KUBEVIRTCI_PATH}ssh.sh DEPLOYMENT_TIMEOUT=600 USE_CSI=${USE_CSI:-1} USE_RESTIC=${USE_RESTIC:-0} -VELERO_VERSION=${VELERO_VERSION:-v1.15.0} +VELERO_VERSION=${VELERO_VERSION:-v1.15.1} VELERO_DIR=_output/velero/bin source cluster-up/hack/config.sh diff --git a/tests/vm_backup_test.go b/tests/vm_backup_test.go index cdb54837..23962115 100644 --- a/tests/vm_backup_test.go +++ b/tests/vm_backup_test.go @@ -319,7 +319,7 @@ var _ = Describe("[smoke] VM Backup", func() { }) Context("VM and VMI object graph backup", func() { - PContext("with instancetypes and preferences", func() { + Context("with instancetypes and preferences", func() { nsDelFunc := func() { err := f.KvClient.VirtualMachineInstancetype(f.Namespace.Name). Delete(context.Background(), instancetypeName, metav1.DeleteOptions{})