Skip to content

Commit

Permalink
Add v to Calico version in release test script
Browse files Browse the repository at this point in the history
  • Loading branch information
haouc committed Jun 9, 2022
1 parent 6b545fa commit ef6bb70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run-cni-release-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function run_integration_test() {

function run_calico_tests(){
# get version from run-integration-tests.sh
: "${CALICO_VERSION:=3.23.0}"
: "${CALICO_VERSION:=v3.23.0}"
echo "Running calico tests, version $CALICO_VERSION"
START=$SECONDS
TEST_RESULT=success
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/calico/calico_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var _ = BeforeSuite(func() {
err := f.InstallationManager.InstallTigeraOperator(tigeraVersion)
// wait for Calico resources being provisioned and setup.
// we don't have control on Calico pods metadata thus we may not poll the pods for waiting wisely.
time.Sleep(utils.DefaultDeploymentReadyTimeout)
time.Sleep(utils.DefaultDeploymentReadyTimeout / 2)
Expect(err).ToNot(HaveOccurred())
}

Expand Down

0 comments on commit ef6bb70

Please sign in to comment.