This check was added in hacking 0.10.
Change-Id: If063742bc1be595d1d91b60d9059a01e94d31696
edge_types_enum.drop(op.get_bind(), checkfirst=False)
internal_network_purpose_enum.drop(op.get_bind(), checkfirst=False)
internal_edge_purpose_enum.drop(op.get_bind(), checkfirst=False)
- tz_binding_type_enum.drop(op.get_bind(), checkfirst=False)
\ No newline at end of file
+ tz_binding_type_enum.drop(op.get_bind(), checkfirst=False)
def downgrade():
- pass
\ No newline at end of file
+ pass
def test_pci_vendor_config_wrong_entry(self):
self._set_config('wrong_entry')
- self.assertRaises(cfg.Error, self.driver.initialize)
\ No newline at end of file
+ self.assertRaises(cfg.Error, self.driver.initialize)
class GreTypeMultiRangeTest(test_type_tunnel.TunnelTypeMultiRangeTestMixin,
testlib_api.SqlTestCase):
- DRIVER_CLASS = type_gre.GreTypeDriver
\ No newline at end of file
+ DRIVER_CLASS = type_gre.GreTypeDriver
for key in (self.TUN_MIN0, self.TUN_MAX0,
self.TUN_MIN1, self.TUN_MAX1):
alloc = self.driver.get_allocation(self.session, key)
- self.assertFalse(alloc.allocated)
\ No newline at end of file
+ self.assertFalse(alloc.allocated)
class VxlanTypeMultiRangeTest(test_type_tunnel.TunnelTypeMultiRangeTestMixin,
testlib_api.SqlTestCase):
- DRIVER_CLASS = type_vxlan.VxlanTypeDriver
\ No newline at end of file
+ DRIVER_CLASS = type_vxlan.VxlanTypeDriver
# H305 imports not grouped correctly
# H404 multi line docstring should start with a summary
# H405 multi line docstring summary not separated with an empty line
-# W292 no newline at end of file
-ignore = E125,E126,E128,E129,E265,H238,H305,H404,H405,W292
+ignore = E125,E126,E128,E129,E265,H238,H305,H404,H405
show-source = true
builtins = _
# TODO(dougw) neutron/tests/unit/vmware exclusion is a temporary services split hack