
These are the very first API tests in the tree to cover those features. The test is implemented in a generic way that will hopefully ease its adoption for other resources. Sadly, those tests cannot pass on every neutron cloud, at least until we enable those API features by default and remove options to disable the features. There is no way to determine, via neutron API, whether cloud supports those features. To work around that, we introduce two new tempest options that determine whether tests that rely on sorting or pagination should be executed. Those options are set in post-extra phase because configure_tempest resets any configuration made during post-config. Also bump resource quotas x10 times since default quotas are now not enough, at least for network resource that is now under sorting and pagination testing. Related-Bug: #1566514 Change-Id: I5e68f471a641a34100aba31cb2c4a815c7220014
10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
[[post-extra|$TEMPEST_CONFIG]]
|
|
|
|
[neutron_plugin_options]
|
|
validate_pagination = True
|
|
|
|
[[post-config|$NEUTRON_CONF]]
|
|
|
|
[DEFAULT]
|
|
allow_pagination=True
|