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