diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-15 11:11:50 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-15 11:23:32 +0200 |
commit | 13e4c5838b732bf9fd246cd4f97cb9b4e2b8e0b9 (patch) | |
tree | 8f324ec20cc3ae97ca497942005793f9d957af27 /docs/testing/user/userguide | |
parent | 38c67396839738cb319c797aa35fb50ec892b053 (diff) |
Remove odl_netvirt testcase
Its dendencies have not been met since Danube [1].
[1] https://build.opnfv.org/ci/job/apex-os-odl_l3-nofeature-noha-baremetal-danube/
Change-Id: I1a5bb4acd9e7e14dbf519132847521b5138f4cd6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs/testing/user/userguide')
-rw-r--r-- | docs/testing/user/userguide/runfunctest.rst | 2 | ||||
-rw-r--r-- | docs/testing/user/userguide/test_overview.rst | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/docs/testing/user/userguide/runfunctest.rst b/docs/testing/user/userguide/runfunctest.rst index 07e16efed..a8f5a4694 100644 --- a/docs/testing/user/userguide/runfunctest.rst +++ b/docs/testing/user/userguide/runfunctest.rst @@ -83,7 +83,7 @@ Testcases can be listed, shown and run though the CLI:: +-------------------+--------------------------------------------------+------------------+---------------------------+ | TEST CASE | DESCRIPTION | CRITERIA | DEPENDENCY | +-------------------+--------------------------------------------------+------------------+---------------------------+ - | api_check | This test case verifies the retrieval of | 100 | ^((?!netvirt).)*$ | + | api_check | This test case verifies the retrieval of | 100 | ^((?!lxd).)*$ | | | OpenStack clients: Keystone, Glance, | | | | | Neutron and Nova and may perform some | | | | | simple queries. When the config value of | | | diff --git a/docs/testing/user/userguide/test_overview.rst b/docs/testing/user/userguide/test_overview.rst index 91eb34326..2ab003788 100644 --- a/docs/testing/user/userguide/test_overview.rst +++ b/docs/testing/user/userguide/test_overview.rst @@ -96,13 +96,6 @@ validate the scenario for the release. | | | | operations mainly based on | | | | | upstream testcases. See below | | | | | for details | -| | +------------+----------------------------------+ -| | | odl | Test Suite for the OpenDaylight | -| | | \_netvirt | SDN Controller when the NetVirt | -| | | | features are installed. It | -| | | | integrates some test suites from | -| | | | upstream using Robot as the test | -| | | | framework | +-------------+---------------+------------+----------------------------------+ | Features | features | bgpvpn | Implementation of the OpenStack | | | | | bgpvpn API from the SDNVPN | |