diff options
author | emaclee <lee.anjella.macabuhay@est.tech> | 2023-02-02 11:03:31 +0000 |
---|---|---|
committer | Lee Anjella Macabuhay <lee.anjella.macabuhay@est.tech> | 2023-02-02 13:33:07 +0000 |
commit | f07370606ca12b70566cfbe663c9801d41044f34 (patch) | |
tree | a34abd00a4b239508be11caf0ee78a1a2bd95593 /csit/plans/dmi/test.properties | |
parent | fd5a7d0247647350b8c82255e5210f6dac577aeb (diff) |
NCMP-DMI: Modify CSIT script to have absolute root path env
- change set up to call docker compose for cps-ncmp
- add root as a property in 'test.properties'
- root is specified to be root directory folder for the current
project
Issue-ID: CPS-1472
Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
Change-Id: I7648285ab55dd48a934535014953d6f887594742
Diffstat (limited to 'csit/plans/dmi/test.properties')
-rw-r--r-- | csit/plans/dmi/test.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/csit/plans/dmi/test.properties b/csit/plans/dmi/test.properties index 88c3815a..39e577ae 100644 --- a/csit/plans/dmi/test.properties +++ b/csit/plans/dmi/test.properties @@ -22,4 +22,6 @@ DMI_SERVICE_URL=http://$LOCAL_IP:$DMI_PORT DOCKER_REPO=nexus3.onap.org:10003 -CPS_VERSION=latest
\ No newline at end of file +CPS_VERSION=latest + +CPS_HOME=$DMI_PLUGIN_HOME/cps
\ No newline at end of file |