commit | cad11526e3f5175722c26c4bae90f4357da9a067 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.openstack.org> | Fri Mar 30 10:18:05 2018 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Mar 30 10:18:05 2018 +0000 |
tree | 680b95de36e227fd4f065ccd392df4cec0ea92cc | |
parent | b8b6b051ff382f13db63bac522568f1bde0a2d16 [diff] | |
parent | f642a13bb2afd19a92bb47ef8a3ea622880b23be [diff] |
Merge "Set max_microversion 2.35 for nova floating ip bulk tests"
diff --git a/tempest/api/compute/admin/test_floating_ips_bulk.py b/tempest/api/compute/admin/test_floating_ips_bulk.py index ba19937..72d09ed 100644 --- a/tempest/api/compute/admin/test_floating_ips_bulk.py +++ b/tempest/api/compute/admin/test_floating_ips_bulk.py
@@ -31,6 +31,7 @@ API documentation - http://docs.openstack.org/api/openstack-compute/2/ content/ext-os-floating-ips-bulk.html """ + max_microversion = '2.35' @classmethod def setup_clients(cls):