diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-22 09:28:43 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-22 09:29:51 +0200 |
commit | faf1eb9538fcea68fa03934441b1ae69f72ddde6 (patch) | |
tree | a4d4dc48167bf31a5fc47f3fc1e82621f79936af /docs/testing/user | |
parent | 9b5fd7be656b2887b57d5f74663c04b464fad821 (diff) |
Update results in configguide (rally_jobs)
Change-Id: Ib00d0341ee56f6009e9346bff6f3fec51590950a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 7236c6b9173550ecb8419eccfd053e7b44b2d379)
Diffstat (limited to 'docs/testing/user')
-rw-r--r-- | docs/testing/user/configguide/configguide.rst | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst index bbed8f8e1..2c9f7c12a 100644 --- a/docs/testing/user/configguide/configguide.rst +++ b/docs/testing/user/configguide/configguide.rst @@ -109,16 +109,17 @@ Results shall be displayed as follows:: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ - | tempest_smoke | functest | smoke | 04:24 | PASS | - | neutron-tempest-plugin-api | functest | smoke | 10:43 | PASS | - | rally_sanity | functest | smoke | 23:16 | PASS | - | refstack_defcore | functest | smoke | 06:30 | PASS | - | patrole | functest | smoke | 02:08 | PASS | - | snaps_smoke | functest | smoke | 00:00 | SKIP | - | neutron_trunk | functest | smoke | 02:09 | PASS | + | tempest_smoke | functest | smoke | 06:13 | PASS | + | neutron-tempest-plugin-api | functest | smoke | 09:32 | PASS | + | rally_sanity | functest | smoke | 29:34 | PASS | + | rally_jobs | functest | smoke | 24:02 | PASS | + | refstack_defcore | functest | smoke | 13:07 | PASS | + | patrole | functest | smoke | 05:17 | PASS | + | snaps_smoke | functest | smoke | 90:13 | PASS | + | neutron_trunk | functest | smoke | 00:00 | SKIP | | networking-bgpvpn | functest | smoke | 00:00 | SKIP | | networking-sfc | functest | smoke | 00:00 | SKIP | - | barbican | functest | smoke | 00:00 | SKIP | + | barbican | functest | smoke | 05:01 | PASS | +------------------------------------+------------------+---------------+------------------+----------------+ Note: if the scenario does not support some tests, they are indicated as SKIP. |