commit | c3f1c615dc49beb2c63cb4853521bbed55924c52 | [log] [tgz] |
---|---|---|
author | Felipe Monteiro <felipe.monteiro@att.com> | Wed Feb 15 12:45:05 2017 -0500 |
committer | Felipe Monteiro <felipe.monteiro@att.com> | Wed Feb 15 12:45:05 2017 -0500 |
tree | 205649b2fff5c89ec8a58c5baa384392bf19545c | |
parent | d591a64068be78f8de6bb94bd1c0e5529a51841d [diff] |
Compute API Floating Ips Bulk Tests. Adds tests for compute floating ips bulk API. Since this API is deprecated for microversions beginning at 2.36, the microversion for this test is explicitly set to 2.35, as 2.36 onward will throw a 404, resulting in confusion, because the Patrole framework will interpret this as a policy permissions error, not necessarily a microversioning issue [1]. This patch also breaks with previous Patrole convention by altering the way the skip_checks classmethod is written, to align with the way Tempest compute skip_checks are currently written; as an example see [2]. [1] https://developer.openstack.org/api-ref/compute/?expanded=list-floating-ip-addresses-detail [2] https://github.com/openstack/tempest/blob/master/tempest/api/compute/admin/test_flavors_access.py Change-Id: I10b14a7e381d9e9961dbce761f0114a1f21eda87