]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Delete a broken subnet delete unit test
authorKevin Benton <blak111@gmail.com>
Thu, 18 Sep 2014 20:46:51 +0000 (13:46 -0700)
committerKevin Benton <blak111@gmail.com>
Wed, 17 Sep 2014 19:53:53 +0000 (12:53 -0700)
commitea52cb9b677dc05e976b4a04907bf17768503789
tree121ef031508bf95aa59997c8fc909dd946f37275
parente31861c15bc73e65a7c22212df2a56f9e45aa0e4
Delete a broken subnet delete unit test

A test to delete a subnet in use was incorrectly
calling 'subnet' instead of 'subnets' in the API request
and asserting a 404 instead of a 409. Even the correct
version of this test is already covered by the
'test_port_prevents_subnet_deletion' method so this
commit just removes the broken test.

Change-Id: I3eac35abbb1d6f8429b4331948aecfc952284219
neutron/tests/unit/test_db_plugin.py