diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-09-13 20:37:56 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-09-13 20:44:36 +0200 |
commit | 609a369d03c56c0bf6b7b51c83ab421d51eb97ce (patch) | |
tree | ca596871854448d546b99947a66e315750645583 /docs/testing | |
parent | 15b2a24b2729440d426626958be5dccce3c1e807 (diff) |
Update kube_bench split in doc
Change-Id: Id4d934f0330bd3338498435a884e33df12850c64
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 2e291f74dab972b963ec6040521648c793dabdee)
Diffstat (limited to 'docs/testing')
-rw-r--r-- | docs/testing/user/configguide/configguide.rst | 13 | ||||
-rw-r--r-- | docs/testing/user/userguide/test_results.rst | 13 |
2 files changed, 14 insertions, 12 deletions
diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst index 523f4f19c..d20652165 100644 --- a/docs/testing/user/configguide/configguide.rst +++ b/docs/testing/user/configguide/configguide.rst @@ -315,12 +315,13 @@ Run smoke suite:: Results shall be displayed as follows:: - +---------------------+------------------+------------------+------------------+----------------+ - | TEST CASE | PROJECT | TIER | DURATION | RESULT | - +---------------------+------------------+------------------+------------------+----------------+ - | kube_hunter | functest | security | 00:18 | PASS | - | kube_bench | functest | security | 00:01 | PASS | - +---------------------+------------------+------------------+------------------+----------------+ + +---------------------------+------------------+------------------+------------------+----------------+ + | TEST CASE | PROJECT | TIER | DURATION | RESULT | + +---------------------------+------------------+------------------+------------------+----------------+ + | kube_hunter | functest | security | 00:19 | PASS | + | kube_bench_master | functest | security | 00:01 | PASS | + | kube_bench_node | functest | security | 00:01 | PASS | + +---------------------------+------------------+------------------+------------------+----------------+ Testing benchmarking suite ^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/testing/user/userguide/test_results.rst b/docs/testing/user/userguide/test_results.rst index b9a51820e..9ea2b1f4b 100644 --- a/docs/testing/user/userguide/test_results.rst +++ b/docs/testing/user/userguide/test_results.rst @@ -152,12 +152,13 @@ Kubernetes smoke suite:: Kubernetes security suite:: - +---------------------+------------------+------------------+------------------+----------------+ - | TEST CASE | PROJECT | TIER | DURATION | RESULT | - +---------------------+------------------+------------------+------------------+----------------+ - | kube_hunter | functest | security | 00:18 | PASS | - | kube_bench | functest | security | 00:01 | PASS | - +---------------------+------------------+------------------+------------------+----------------+ + +---------------------------+------------------+------------------+------------------+----------------+ + | TEST CASE | PROJECT | TIER | DURATION | RESULT | + +---------------------------+------------------+------------------+------------------+----------------+ + | kube_hunter | functest | security | 00:19 | PASS | + | kube_bench_master | functest | security | 00:01 | PASS | + | kube_bench_node | functest | security | 00:01 | PASS | + +---------------------------+------------------+------------------+------------------+----------------+ Kubernetes benchmarking suite:: |