a93b933150
If we don't override the value, it means that tempest will attempt to execute all tests from the suite, which may be not want we want. For example, setups with no qos ml2 extension driver enabled may not want to execute qos tests, since they will probably fail. It's good practice for tempest/neutron to configure api extensions to test explicitly in tempest.conf, especially in gate environment where new tests may land that may break previously working gate because there is more configuration needed to pass them, or because the plugin used does not support the feature at all. Change-Id: I31105600dfd5632ec4341b35ca3e8a13af3bb945
7 lines
221 B
YAML
7 lines
221 B
YAML
---
|
|
features:
|
|
- |
|
|
The new ``neutron_api_extensions`` parameter allows to configure
|
|
``tempest`` to execute only tests that don't rely on anything beyond the
|
|
list of API extensions specified by the parameter.
|