From 981e06c6556d5007cf5e97b268490ed38de1a3ff Mon Sep 17 00:00:00 2001 From: Bogumil Zebek Date: Fri, 28 Feb 2020 08:53:33 +0100 Subject: [PATCH] Update README.md Issue-ID: AAF-997 Signed-off-by: Zebek Bogumil Change-Id: Ic3b662a593cabc8d9d75e474a894ea1329ea8a89 --- certService/README.md | 16 ++++++++++++---- 1 file 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: -- 2.16.6