From cadfc3ae7468df989bf8cd298eaf9030d04d94cf Mon Sep 17 00:00:00 2001 From: Aleksandra Maciaga Date: Tue, 4 Feb 2020 16:17:28 +0100 Subject: Add instruction how to run CSITs Issue-ID: AAF-995 Signed-off-by: Aleksandra Maciaga Change-Id: I8268723b6af5f9899a36d1b775b0cdc5ace744c2 --- certService/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'certService') 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 + + ``` + -- cgit 1.2.3-korg