diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2023-05-15 12:03:33 +0100 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2023-05-16 10:35:19 +0100 |
commit | 592c0f64ad1d1b2ed708ea9e352c8763459bde25 (patch) | |
tree | 37e7e0fb89e1cc24d3fdd91235d6ed56816b5f42 /csit | |
parent | b740156bb50784fc461e2fbda13cd91e3f208b38 (diff) |
Fixing minor compilation
- Complilation issues while importing project in eclipse
- Fixing CSIT
Change-Id: Idb85b08066d27a7f2a9b297d1580915df2b67541
Issue-ID: CPS-1672
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'csit')
-rw-r--r-- | csit/plans/cps/test.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/plans/cps/test.properties b/csit/plans/cps/test.properties index 6a715f75df..14d6f77d12 100644 --- a/csit/plans/cps/test.properties +++ b/csit/plans/cps/test.properties @@ -23,9 +23,9 @@ DMI_SERVICE_URL=http://$LOCAL_IP:$DMI_PORT DOCKER_REPO=nexus3.onap.org:10003 CPS_VERSION=latest -DMI_VERSION=1.3.0-SNAPSHOT-latest +DMI_VERSION=1.4.0-SNAPSHOT-latest ADVISED_MODULES_SYNC_SLEEP_TIME_MS=2000 CMHANDLE_DATA_SYNC_SLEEP_TIME_MS=2000 -CPS_HOME=$CPS_HOME
\ No newline at end of file +CPS_HOME=$CPS_HOME |