commit | 1f64d85f1cd85653a34b8656c67f4cc2565808e7 | [log] [tgz] |
---|---|---|
author | ToineSiebelink <toine.siebelink@est.tech> | Mon Feb 08 11:36:59 2021 +0000 |
committer | ToineSiebelink <toine.siebelink@est.tech> | Tue Feb 09 12:44:20 2021 +0000 |
tree | 60593135797b572362fecfe77062226720a67576 | |
parent | 4ec225ce071d68c02cbc2388847d416c268bfa40 [diff] |
General groovy test improvements - Use the power of Groovy (maps and collections) - Improve data sample readability - Split out Datanode get scenarios: Separate Leave test from children related tests Issue-ID: CPS-160 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: Ife40749525a931b23091b472680c233f012bc457
This folder contains all files for Configuration Persistence Service.
The code here is related to CPS POC, then it must be kept self contained in this cps folder to prevent any impact on current ccsdk components and to be ready to be moved in its own repo once CPS becomes a standalone project.
CREATE USER cps WITH PASSWORD 'cps'; CREATE DATABASE cpsdb OWNER cps;
mvn clean package
java -DDB_HOST=localhost -DDB_USERNAME=cps -DDB_PASSWORD=cps -jar cps-rest/target/cps-rest-0.0.1-SNAPSHOT.jar