neutron/neutron/tests/contrib
Ihar Hrachyshka 0cf4ddc6ee tests: validate sorting and pagination for networks
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
2016-05-24 09:17:25 +00:00
..
hooks tests: validate sorting and pagination for networks 2016-05-24 09:17:25 +00:00
README Drop functional/contrib directory 2015-01-06 12:21:55 -08:00
functional-testing.filters Change get_root_helper_child_pid to stop when it finds cmd 2016-04-04 12:15:33 -04:00
gate_hook.sh tests: validate sorting and pagination for networks 2016-05-24 09:17:25 +00:00
post_test_hook.sh Delete post_test_hook.generate_test_logs 2016-05-04 11:11:46 -04:00

README

The files in this directory are intended for use by the
Neutron infra jobs that run the various functional test
suites in the gate.