Skip to content

Commit 1f7dc7b

Browse files
committed
enabel gateway for bats tests
1 parent 714bf09 commit 1f7dc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/setup_suite.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ nodes:
2424
EOF
2525

2626
cd "$BATS_TEST_DIRNAME"/.. && make
27-
nohup "$BATS_TEST_DIRNAME"/../bin/cloud-provider-kind -v 2 --enable-log-dumping --logs-dir "$ARTIFACTS_DIR" > "$ARTIFACTS_DIR"/ccm-kind.log 2>&1 &
27+
nohup "$BATS_TEST_DIRNAME"/../bin/cloud-provider-kind -v 2 --gateway-channel=standard --enable-log-dumping --logs-dir "$ARTIFACTS_DIR" > "$ARTIFACTS_DIR"/ccm-kind.log 2>&1 &
2828
export CCM_PID=$!
2929

3030
# test depend on external connectivity that can be very flaky

0 commit comments

Comments
 (0)