diff options
author | Aleksandra Maciaga <aleksandra.maciaga@nokia.com> | 2020-02-04 16:17:28 +0100 |
---|---|---|
committer | Aleksandra Maciaga <aleksandra.maciaga@nokia.com> | 2020-02-05 11:49:38 +0100 |
commit | cadfc3ae7468df989bf8cd298eaf9030d04d94cf (patch) | |
tree | 6818af482d5600766ddb2c96e65c9459591a3ba8 /certService/README.md | |
parent | db979302035c3d0b25025b4dd81342a32b5f9496 (diff) |
Add instruction how to run CSITs
Issue-ID: AAF-995
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com>
Change-Id: I8268723b6af5f9899a36d1b775b0cdc5ace744c2
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 + + ``` + |