aboutsummaryrefslogtreecommitdiffstats
path: root/certService
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-02-28 08:53:33 +0100
committerZebek Bogumil <bogumil.zebek@nokia.com>2020-02-28 08:53:33 +0100
commit981e06c6556d5007cf5e97b268490ed38de1a3ff (patch)
tree0eb2d7a4452cb81f3ebd3c38760b23ee62823fca /certService
parent9e692d47d60d47c3668ba3281fdca61921a92fcf (diff)
Update README.md
Issue-ID: AAF-997 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Ic3b662a593cabc8d9d75e474a894ea1329ea8a89
Diffstat (limited to 'certService')
-rw-r--r--certService/README.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/certService/README.md b/certService/README.md
index 23cb2cf6..4780a904 100644
--- a/certService/README.md
+++ b/certService/README.md
@@ -84,15 +84,23 @@ curl localhost:8080/actuator/health
```
Should return {"status":"UP"}
-### Running CSITs
-Pull csit repository
+### AAF CertService CSITs
+#### CSIT repository
```
https://gerrit.onap.org/r/admin/repos/integration/csit
```
-Go to created directory and run
+
+####How to run tests locally
+1. Checkout CSIT repository
+2. Configure CSIT local environment
+3. Inside CSIT directory execute
```
-sudo ./run-csit.sh plans/aaf/cert-service
+sudo ./run-csit.sh plans/aaf/certservice
```
+
+####Jenkins build
+https://jenkins.onap.org/view/CSIT/job/aaf-master-csit-certservice/
+
### Logs locally
path: