From f85d137e483e632f0b8d912708aae485baeabf1b Mon Sep 17 00:00:00 2001 From: mrichomme Date: Tue, 4 Aug 2020 15:38:56 +0200 Subject: Improve xtesting documentation - replace gitlab.com images by Nexus3 images - update smoke test (even it will be deprecated soon) Issue-ID: INT-1676 Signed-off-by: mrichomme Change-Id: Ic7ebaa4d12b3e1872e51a895fc1b67dfc084e900 Signed-off-by: mrichomme --- security/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'security/README.md') diff --git a/security/README.md b/security/README.md index 3365d55..6a5e38e 100644 --- a/security/README.md +++ b/security/README.md @@ -42,7 +42,7 @@ You can run this docker by typing: ``` docker run -v :/root/.kube/config -v :/var/lib/xtesting/results -registry.gitlab.com/orange-opensource/lfn/onap/integration/xtesting/security:latest +nexus3.onap.org:10001/onap/xtesting-security:latest ``` Options: @@ -68,8 +68,9 @@ The command becomes: ``` docker run -v :/root/.kube/config -v -:/var/lib/xtesting/results registry.gitlab.com/orange-opensour -ce/lfn/onap/integration/xtesting/security:latest /bin/bash -c "run_tests -r -t all +:/var/lib/xtesting/results +nexus3.onap.org:10001/onap/xtesting-security:latest +/bin/bash -c "run_tests -r -t all ``` ### Output @@ -78,10 +79,10 @@ ce/lfn/onap/integration/xtesting/security:latest /bin/bash -c "run_tests -r -t a +-----------------------+------------+------------+------------+-----------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+------------+------------+------------+-----------+ -| root_pods | security | security | 03:48 | FAIL | +| root_pods | security | security | 03:48 | PASS | | unlimitted_pods | security | security | 00:37 | FAIL | -| cis_kubernetes | security | security | 00:01 | FAIL | -| http_public_endpoints | security | security | 00:01 | FAIL | -| jdpw_ports | security | security | 05:39 | FAIL | +| cis_kubernetes | security | security | 00:01 | PASS | +| http_public_endpoints | security | security | 00:01 | PASS | +| jdpw_ports | security | security | 05:39 | PASS | +-----------------------+------------+------------+------------+-----------+ ``` -- cgit 1.2.3-korg