Skip to content

Commit

Permalink
test across AZ.
Browse files Browse the repository at this point in the history
  • Loading branch information
orsenthil committed Nov 29, 2023
1 parent 1db91de commit 7ec2f0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/run-canary-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ load_addon_details
# early on.
echo "Running Canary tests on the default addon version"
install_add_on "$DEFAULT_ADDON_VERSION"
run_ginkgo_test "STATIC_AZ"
run_ginkgo_test "STATIC_CANARY"

# Run smoke test on the latest addon version. Smoke tests consist of a subset of tests
# from Canary suite.
Expand All @@ -40,7 +40,7 @@ if [[ $ADC_REGIONS == *"$REGION"* ]]; then
else
echo "Running Smoke tests on the latest addon version"
install_add_on "$LATEST_ADDON_VERSION"
run_ginkgo_test "STATIC_AZ"
run_ginkgo_test "STATIC_CANARY"
fi

echo "all tests ran successfully in $(($SECONDS / 60)) minutes and $(($SECONDS % 60)) seconds"
4 changes: 2 additions & 2 deletions test/integration/cni/pod_traffic_across_az_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

// Tests pod networking across AZs. It similar to pod connectivity test, but launches a daemonset, so that
// there is a pod on each node across AZs. It then tests connectivity between pods on different nodes across AZs.
var _ = Describe("[STATIC_CANARY_AZ] test pod networking", FlakeAttempts(3), func() {
var _ = Describe("[STATIC_CANARY] test pod networking", FlakeAttempts(3), func() {

var (
err error
Expand Down Expand Up @@ -162,7 +162,7 @@ var _ = Describe("[STATIC_CANARY_AZ] test pod networking", FlakeAttempts(3), fun
})
})

var _ = Describe("[STATIC_CANARY_AZ] API Server Connectivity from AZs", FlakeAttempts(3), func() {
var _ = Describe("[STATIC_CANARY] API Server Connectivity from AZs", FlakeAttempts(3), func() {

var (
err error
Expand Down

0 comments on commit 7ec2f0b

Please sign in to comment.