yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11086
[Bug 1282946] Re: db_plugin.test_delete_port does not test port-delete
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1282946
Title:
db_plugin.test_delete_port does not test port-delete
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
test_delete_port in test_db_plugin does not test delete operation:
def test_delete_port(self):
with self.port() as port:
req = self.new_show_request('port', self.fmt, port['port']['id'])
res = req.get_response(self.api)
self.assertEqual(res.status_int, webob.exc.HTTPNotFound.code)
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1282946/+subscriptions
References