diff options
Diffstat (limited to 'certService/README.md')
-rw-r--r-- | certService/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/certService/README.md b/certService/README.md index 04d78431..96b10913 100644 --- a/certService/README.md +++ b/certService/README.md @@ -46,3 +46,18 @@ ``` Should return {"status":"UP"} + +### Running CSITs +Pull csit repository + + ``` + https://gerrit.onap.org/r/admin/repos/integration/csit + + ``` +Go to created directory and run + + ``` + sudo ./run-csit.sh plans/aaf/cert-service + + ``` + |