commit | 2806662125983758e3e3b5f4f8105745c539391b | [log] [tgz] |
---|---|---|
author | ToineSiebelink <toine.siebelink@est.tech> | Wed Jan 27 10:47:04 2021 +0000 |
committer | ToineSiebelink <toine.siebelink@est.tech> | Fri Jan 29 09:50:25 2021 +0000 |
tree | d0a070791681ce3d496c2ffa031c7cdf92d4e97d | |
parent | 4bcccd1a0b84f637c9383b31299ee9bd84f5f486 [diff] |
Introducing Spock/Groovy for Data Integration Tests Replaced CpsAdminPersistenceServiceTest with CpsAdminPersistenceServiceSpec Replaced CpsDataPersistenceServiceTest with CpsDataPersistenceServiceSpec Replaced CpsModulePersistenceServiceTest with CpsModulePersistenceServiceSpec Extracted out common integration test base Rationalised test (there was a lot of duplication already!) Issue-ID: CPS-160 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I3311533fba1398feb00b6adf4209399cea8d3a1b
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