]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
SubnetPoolsTest: Skip IPv6 tests appropriately
authorYAMAMOTO Takashi <yamamoto@midokura.com>
Thu, 17 Sep 2015 23:28:34 +0000 (08:28 +0900)
committerYAMAMOTO Takashi <yamamoto@midokura.com>
Sat, 19 Sep 2015 00:16:18 +0000 (00:16 +0000)
commit2ab909173532fdd6538eb4669444296f56234a80
tree76f02776f4e52f303f41860af91fef22924bbce5
parentfb51806d694ddba8a319c4f5aa90482f412778cf
SubnetPoolsTest: Skip IPv6 tests appropriately

Rename a class variable so that it will be checked by the base class.

Certain tests were not being run correctly due to subclasses
incorrectly overriding a base class variable. This change names
the variable correctly in the subclasses to fix the problem.

Closes-Bug: #1497188
Change-Id: I97756b91cbec297ade7efcc8986a038a184b3a84
neutron/tests/api/test_subnetpools.py