aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/user/userguide/test_details.rst
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2018-03-20 10:47:48 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-20 10:47:48 +0000
commit19f8aadcf8a08141e9cedc84f4720dcd806355d3 (patch)
treed13c5eb80a66e66f99b2c64b3687f4cfef424f66 /docs/testing/user/userguide/test_details.rst
parent4aa36e5dc403a99098839b5259e60eda67206358 (diff)
parent6f196551fb66ace1804cde09843181b9a443c350 (diff)
Merge "Implement trunk ports - Documentation part"
Diffstat (limited to 'docs/testing/user/userguide/test_details.rst')
-rw-r--r--docs/testing/user/userguide/test_details.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/testing/user/userguide/test_details.rst b/docs/testing/user/userguide/test_details.rst
index 97c4688cc..1ce4fce76 100644
--- a/docs/testing/user/userguide/test_details.rst
+++ b/docs/testing/user/userguide/test_details.rst
@@ -158,11 +158,12 @@ updates the appropriate parameters into the configuration file.
When the Tempest suite is executed, each test duration is measured and the full
console output is stored to a *log* file for further analysis.
-The Tempest testcases are distributed across two
+The Tempest testcases are distributed across three
Tiers:
* Smoke Tier - Test Case 'tempest_smoke_serial'
* Components Tier - Test case 'tempest_full_parallel'
+ * Neutron Trunk Port - Test case 'neutron_trunk'
NOTE: Test case 'tempest_smoke_serial' executes a defined set of tempest smoke
tests with a single thread (i.e. serial mode). Test case 'tempest_full_parallel'
@@ -170,6 +171,10 @@ executes all defined Tempest tests using several concurrent threads
(i.e. parallel mode). The number of threads activated corresponds to the number
of available logical CPUs.
+NOTE: The 'neutron_trunk' test set allows to connect a VM to multiple VLAN separated
+networks using a single NIC. The feature neutron trunk ports have been supported
+by Apex, Fuel and Compass, so the tempest testcases have been integrated normally.
+
The goal of the Tempest test suite is to check the basic functionalities of the
different OpenStack components on an OPNFV fresh installation, using the
corresponding REST API interfaces.