summaryrefslogtreecommitdiffstats
path: root/csit/detmVers.sh
diff options
context:
space:
mode:
authorSirisha_Manchikanti <sirisha.manchikanti@est.tech>2021-06-08 09:28:21 +0100
committerSirisha_Manchikanti <sirisha.manchikanti@est.tech>2021-06-22 15:12:05 +0100
commit4d0a1d766e645046a9bcbe3c0dbeb59d82fd2fa3 (patch)
tree27738876ee1a34e162cb866561fd3477e64a02bb /csit/detmVers.sh
parent3c231ae4fd843f56eb814133221dcd5595ccabb7 (diff)
Add CSIT for clamp controlloop
Add CSIT testcases, scripts and a seperate docker-compose file for integration testing between controlloop components, this involves integration between Mariadb, Dmaap, ControlLoop-Runtime, Policy-Participant, Policy-API and DCAE-Participant docker images. Issue-ID: POLICY-3217 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: Id7cb1451afc4331b4ed1ad1ac6c2528a747eaaa0
Diffstat (limited to 'csit/detmVers.sh')
-rw-r--r--csit/detmVers.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/csit/detmVers.sh b/csit/detmVers.sh
index 56e516c7..a20cdf63 100644
--- a/csit/detmVers.sh
+++ b/csit/detmVers.sh
@@ -60,3 +60,7 @@ echo POLICY_APEX_PDP_VERSION=${POLICY_APEX_PDP_VERSION}
POLICY_DISTRIBUTION_VERSION=$(getVersion distribution)
export POLICY_DISTRIBUTION_VERSION=${POLICY_DISTRIBUTION_VERSION:0:3}-SNAPSHOT-latest
echo POLICY_DISTRIBUTION_VERSION=${POLICY_DISTRIBUTION_VERSION}
+
+POLICY_CLAMP_VERSION=$(getVersion clamp)
+export POLICY_CLAMP_VERSION=${POLICY_CLAMP_VERSION:0:5}-SNAPSHOT-latest
+echo POLICY_CLAMP_VERSION=${POLICY_CLAMP_VERSION}