diff options
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 | |