commit | bf02f2083a6e55874eb7852f9eeedaaa7a491804 | [log] [tgz] |
---|---|---|
author | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Thu Dec 17 10:38:53 2020 +0200 |
committer | Ruslan Kashapov <ruslan.kashapov@pantheon.tech> | Thu Dec 17 11:11:27 2020 +0000 |
tree | b14931dd161b35e05e46e11b49b5528fec752fd4 | |
parent | 7b72ea0713dbfededd1a773e9d9b90ea0b08e045 [diff] |
Enable tests using test containers on jenkins Issue-ID: CPS-124 Change-Id: I77f6242490c1b149a3f3cdd78aa2b349ace95896 Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
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