From 14ace1a5da8dd770acd098cf2de575c16962ee78 Mon Sep 17 00:00:00 2001 From: JosephKeenan Date: Mon, 29 Nov 2021 14:48:34 +0000 Subject: Changing putOperationWithJson to postOperationWithJson Issue-ID: CPS-736 Change-Id: I3fd2e0b6d6c20683b18f79ed78ed5c8990aee6d8 Signed-off-by: JosephKeenan --- csit/plans/cps/setup.sh | 1 + csit/plans/cps/test.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'csit/plans') diff --git a/csit/plans/cps/setup.sh b/csit/plans/cps/setup.sh index 1e27fb9720..5b3fd96497 100755 --- a/csit/plans/cps/setup.sh +++ b/csit/plans/cps/setup.sh @@ -72,6 +72,7 @@ chmod +x docker-compose cd $WORKSPACE/archives git clone "https://gerrit.onap.org/r/cps/ncmp-dmi-plugin" mkdir -p $WORKSPACE/archives/dc-dmi +cat $WORKSPACE/archives/ncmp-dmi-plugin/docker-compose/docker-compose.yml cp $WORKSPACE/archives/ncmp-dmi-plugin/docker-compose/*.yml $WORKSPACE/archives/dc-dmi cd $WORKSPACE/archives/dc-dmi # download docker-compose of a required version (1.25.0 supports configuration of version 3.7) diff --git a/csit/plans/cps/test.properties b/csit/plans/cps/test.properties index 3e546fbec1..53b7d40d0b 100644 --- a/csit/plans/cps/test.properties +++ b/csit/plans/cps/test.properties @@ -23,4 +23,4 @@ DMI_SERVICE_URL=http://$LOCAL_IP:$DMI_PORT DOCKER_REPO=nexus3.onap.org:10003 CPS_VERSION=latest -DMI_VERSION=latest \ No newline at end of file +DMI_VERSION=1.1.0-SNAPSHOT-latest \ No newline at end of file -- cgit 1.2.3-korg