314277286d
1)Adding 'image_is_advanced' option to tempest config, so you can run specific tests with images that are not cirros. 2)Adding decorator to run 'subport_connectivity' test with such image for VLAN aware VM feature. 3)Configuring gate to run trunk test with ubuntu image only 4) Updating release notes and TESTING.rst with the change Change-Id: Ie15b0e79c6ea320322b2815fb8afbc8ec95f853a
12 lines
489 B
YAML
12 lines
489 B
YAML
---
|
|
features:
|
|
- |
|
|
Some scenario tests require advanced ``Glance`` images (for example,
|
|
``Ubuntu`` or ``CentOS``) in order to pass. They are now skipped by
|
|
default. If you need to execute those tests, please configure
|
|
``tempest.conf`` to use an advanced image, and set ``image_is_advanced`` in
|
|
``neutron_plugin_options`` section of ``tempest.conf`` file to ``True``.
|
|
The first scenario test case that requires the new option set to execute is
|
|
``test_trunk``.
|
|
|