From: Aleksandra Maciaga Date: Tue, 4 Feb 2020 15:17:28 +0000 (+0100) Subject: Add instruction how to run CSITs X-Git-Tag: 0.0.1~90 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cadfc3ae7468df989bf8cd298eaf9030d04d94cf;p=oom%2Fplatform%2Fcert-service.git Add instruction how to run CSITs Issue-ID: AAF-995 Signed-off-by: Aleksandra Maciaga Change-Id: I8268723b6af5f9899a36d1b775b0cdc5ace744c2 --- 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 + + ``` +