Skip to content

Commit

Permalink
Change the dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Jan 13, 2025
1 parent 6a2893a commit 9a20380
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
File renamed without changes.

0 comments on commit 9a20380

Please sign in to comment.