From 9a2038046888d76e596c04d92042f1e26d3f3f18 Mon Sep 17 00:00:00 2001 From: Khaja Omer Date: Mon, 13 Jan 2025 15:27:55 -0600 Subject: [PATCH] Change the dir structure --- Makefile | 2 +- e2e/{ => bgp-test}/lb-cilium-bgp/chainsaw-test.yaml | 2 +- e2e/{ => bgp-test}/lb-cilium-bgp/create-pod-service.yaml | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename e2e/{ => bgp-test}/lb-cilium-bgp/chainsaw-test.yaml (98%) rename e2e/{ => bgp-test}/lb-cilium-bgp/create-pod-service.yaml (100%) diff --git a/Makefile b/Makefile index 8db3207a..23b36978 100644 --- a/Makefile +++ b/Makefile @@ -204,7 +204,7 @@ e2e-test-bgp: KUBECONFIG=$(KUBECONFIG_PATH) \ REGION=$(LINODE_REGION) \ LINODE_TOKEN=$(LINODE_TOKEN) \ - chainsaw test e2e/lb-cilium-bgp + chainsaw test e2e/bgp-test/lb-cilium-bgp ##################################################################### # OS / ARCH diff --git a/e2e/lb-cilium-bgp/chainsaw-test.yaml b/e2e/bgp-test/lb-cilium-bgp/chainsaw-test.yaml similarity index 98% rename from e2e/lb-cilium-bgp/chainsaw-test.yaml rename to e2e/bgp-test/lb-cilium-bgp/chainsaw-test.yaml index 40c65d95..979bcac6 100644 --- a/e2e/lb-cilium-bgp/chainsaw-test.yaml +++ b/e2e/bgp-test/lb-cilium-bgp/chainsaw-test.yaml @@ -9,7 +9,7 @@ spec: - name: Check if CCM is deployed try: - assert: - file: ../test/assert-ccm-resources.yaml + file: ../../test/assert-ccm-resources.yaml - name: Create a pod and service with load balancer type cilium-bgp try: - apply: diff --git a/e2e/lb-cilium-bgp/create-pod-service.yaml b/e2e/bgp-test/lb-cilium-bgp/create-pod-service.yaml similarity index 100% rename from e2e/lb-cilium-bgp/create-pod-service.yaml rename to e2e/bgp-test/lb-cilium-bgp/create-pod-service.yaml