← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1282946] [NEW] db_plugin.test_delete_port does not test port-delete

 

Public bug reported:

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)

** Affects: neutron
     Importance: Low
     Assignee: Akihiro Motoki (amotoki)
         Status: In Progress


** Tags: unittest

-- 
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):
  In Progress

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


Follow ups

References