From 9af98fce82d70af8db83fc79508cbfa3c0a3165f Mon Sep 17 00:00:00 2001 From: jvoravong <47871238+jvoravong@users.noreply.github.com> Date: Wed, 5 Mar 2025 10:14:13 -0700 Subject: [PATCH] Update happypath-test.sh for technical-addon release v0.120.0 --- .../packaging-scripts/cicd-tests/happypath-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/technical-addon/packaging-scripts/cicd-tests/happypath-test.sh b/packaging/technical-addon/packaging-scripts/cicd-tests/happypath-test.sh index 2f37f2a536..956afa60dd 100755 --- a/packaging/technical-addon/packaging-scripts/cicd-tests/happypath-test.sh +++ b/packaging/technical-addon/packaging-scripts/cicd-tests/happypath-test.sh @@ -121,7 +121,7 @@ fi # For release, ensure version is as expected. TODO move this to another test and compare against tag actual_version="$(grep "Version" "$TEST_FOLDER/splunk/otel.log" | head -1 | awk -F 'Version": "' '{print $2}' | awk -F '", "' '{print $1}')" echo "actual version: $actual_version" -[[ "$actual_version" != "v0.118.0" ]] && echo "Test failed -- invalid version" && exit 1 +[[ "$actual_version" != "v0.120.0" ]] && echo "Test failed -- invalid version" && exit 1 # clean up orca container splunk_orca --cloud ${ORCA_CLOUD} destroy "${deployment_id}"