summaryrefslogtreecommitdiffstats
path: root/testsuites/stability/src/main/resources/setup/versions.sh
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2022-03-29 13:52:35 +0100
committeradheli.tavares <adheli.tavares@est.tech>2022-04-19 20:01:53 +0100
commit45b444a488323b37b442348063f8c5ac8493ce9c (patch)
treef60cd5bcbe46f01c54a6ec6adb0a741a04d2d072 /testsuites/stability/src/main/resources/setup/versions.sh
parentc3dded021550a05639619e1751efc85dabedfd8b (diff)
sp3 tests update on setup
- versions of images updated - fix run_tests with extra slash - add call to metrics on stability and performance tests Issue-ID: POLICY-4006 Change-Id: Idad63e9d256e149b224796c486f7322ecbc6ff61 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'testsuites/stability/src/main/resources/setup/versions.sh')
-rwxr-xr-xtestsuites/stability/src/main/resources/setup/versions.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/stability/src/main/resources/setup/versions.sh b/testsuites/stability/src/main/resources/setup/versions.sh
index ff156b8f..1ac71df5 100755
--- a/testsuites/stability/src/main/resources/setup/versions.sh
+++ b/testsuites/stability/src/main/resources/setup/versions.sh
@@ -19,11 +19,11 @@
# update versions here
export POLICY_MARIADB_VER=10.5.8
-export POLICY_DB_MIGRATOR=2.3.1
-export POLICY_API_VERSION=2.5.1
-export POLICY_PAP_VERSION=2.5.1
-export POLICY_MODELS_SIMULATOR=latest
-export POLICY_DIST_VERSION=2.6.1
+export POLICY_DB_MIGRATOR=2.4-SNAPSHOT-latest
+export POLICY_API_VERSION=2.6-SNAPSHOT-latest
+export POLICY_PAP_VERSION=2.6-SNAPSHOT-latest
+export POLICY_MODELS_SIMULATOR=2.6-SNAPSHOT-latest
+export POLICY_DIST_VERSION=2.7-SNAPSHOT-latest
echo " MariaDB Version: ${POLICY_MARIADB_VER}"
echo " Policy DB Migrator Version: ${POLICY_DB_MIGRATOR}"