aboutsummaryrefslogtreecommitdiffstats
path: root/security/README.md
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-08-04 15:38:56 +0200
committermrichomme <morgan.richomme@orange.com>2020-08-05 10:28:03 +0200
commitf85d137e483e632f0b8d912708aae485baeabf1b (patch)
treef1f6111610f14221bb600e996ac6d6752671b95c /security/README.md
parent12457c4de491842f001fb1f9ac0393b9e1fe6b4e (diff)
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 <morgan.richomme@orange.com> Change-Id: Ic7ebaa4d12b3e1872e51a895fc1b67dfc084e900 Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'security/README.md')
-rw-r--r--security/README.md15
1 files changed, 8 insertions, 7 deletions
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 <the kube config>:/root/.kube/config -v
<result directory>:/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 <the kube config>:/root/.kube/config -v
-<result directory>:/var/lib/xtesting/results registry.gitlab.com/orange-opensour
-ce/lfn/onap/integration/xtesting/security:latest /bin/bash -c "run_tests -r -t all
+<result directory>:/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 |
+-----------------------+------------+------------+------------+-----------+
```