diff --git a/test/basic-test/config.yaml b/test/basic-test/config.yaml deleted file mode 100644 index 7937d4d030..0000000000 --- a/test/basic-test/config.yaml +++ /dev/null @@ -1,11 +0,0 @@ -# SPDX-FileCopyrightText: The RamenDR authors -# SPDX-License-Identifier: Apache-2.0 - ---- -repo: https://github.com/ramendr/ocm-ramen-samples.git -path: subscription -branch: main -name: busybox-sample -namespace: busybox-sample -dr_policy: dr-policy -pvc_label: busybox diff --git a/test/basic-test/config.yaml b/test/basic-test/config.yaml new file mode 120000 index 0000000000..c904f20e93 --- /dev/null +++ b/test/basic-test/config.yaml @@ -0,0 +1 @@ +../configs/core/deployment-k8s-regional-rbd.yaml \ No newline at end of file diff --git a/test/configs/core/deployment-k8s-regional-rbd.yaml b/test/configs/core/deployment-k8s-regional-rbd.yaml new file mode 100644 index 0000000000..1f1aaa5ef2 --- /dev/null +++ b/test/configs/core/deployment-k8s-regional-rbd.yaml @@ -0,0 +1,11 @@ +# SPDX-FileCopyrightText: The RamenDR authors +# SPDX-License-Identifier: Apache-2.0 + +--- +repo: https://github.com/ramendr/ocm-ramen-samples.git +path: subscription/deployment-k8s-regional-rbd +branch: main +name: deployment-rbd +namespace: deployment-rbd +dr_policy: dr-policy +pvc_label: busybox