summaryrefslogtreecommitdiff
path: root/TESTING.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-28 11:17:09 +0000
committerGerrit Code Review <review@openstack.org>2017-07-28 11:17:09 +0000
commitef4119f83aa2fcdd1c240b067db175590a4b88f2 (patch)
treed05f6b713d5d2ab0c911c19e05465e53dc094e78 /TESTING.rst
parentd34aa00d4b218603cb13ff7a8287e87d6c8c3ef6 (diff)
parent314277286dd2c9d3eb53c8dfed901abb445b2137 (diff)
downloadneutron-ef4119f83aa2fcdd1c240b067db175590a4b88f2.tar.gz
Merge "[Tempest] Running Trunk test with advanced image only"
Diffstat (limited to 'TESTING.rst')
-rw-r--r--TESTING.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/TESTING.rst b/TESTING.rst
index faed0d4c7f..4744463f7f 100644
--- a/TESTING.rst
+++ b/TESTING.rst
@@ -386,6 +386,20 @@ https://docs.openstack.org/tempest/latest/field_guide/scenario.html
Scenario tests, like API tests, are split between the Tempest and Neutron
repositories according to the Neutron API the test is targeting.
+Some scenario tests require advanced ``Glance`` images (for example, ``Ubuntu``
+or ``CentOS``) in order to pass. Those tests are skipped by default. To enable
+them, make sure ``tempest.conf`` is configured to use an advanced image, and
+then set the following in ``tempest`` configuration file::
+
+.. code-block:: ini
+
+ [neutron_plugin_options]
+ image_is_advanced = True
+
+Specific test requirements for advanced images are:
+
+#. ``test_trunk`` requires ``802.11q`` kernel module loaded.
+
Rally Tests
~~~~~~~~~~~