diff options
author | aditya puthuparambil <aditya.puthuparambil@bell.ca> | 2021-12-03 13:22:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-12-03 13:22:51 +0000 |
commit | f1e1acb92cb2b891b2a9e64b99ad85c26758fbe2 (patch) | |
tree | a4ee6f767ef4e9f713d147cf2dcd0dff8414883f /csit | |
parent | 7c483c72e3643abb0d425f0092c15310c5359276 (diff) | |
parent | 14ace1a5da8dd770acd098cf2de575c16962ee78 (diff) |
Merge "Changing putOperationWithJson to postOperationWithJson"
Diffstat (limited to 'csit')
-rwxr-xr-x | csit/plans/cps/setup.sh | 1 | ||||
-rw-r--r-- | csit/plans/cps/test.properties | 2 |
2 files changed, 2 insertions, 1 deletions
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 |