← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1644413] [NEW] test_verify_multiple_nics_order fails on the gate gate-tempest-dsvm-neutron-dvr-ubuntu-xenial

 

Public bug reported:

"delete subnet" failed on Tempest cleanup process.

The log is http://logs.openstack.org/07/401807/3/check/gate-tempest-
dsvm-neutron-dvr-ubuntu-xenial/535fc80/logs

Traceback (most recent call last):
  File "tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet
    return self.delete_resource(uri)
  File "tempest/lib/services/network/base.py", line 41, in delete_resource
    resp, body = self.delete(req_uri)
  File "tempest/lib/common/rest_client.py", line 307, in delete
    return self.request('DELETE', url, extra_headers, headers, body)
  File "tempest/lib/common/rest_client.py", line 664, in request
    self._error_checker(resp, resp_body)
  File "tempest/lib/common/rest_client.py", line 776, in _error_checker
    raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: An object with that identifier already exists
Details: {u'type': u'SubnetInUse', u'message': u'Unable to complete operation on subnet 2240d620-ef27-4bbc-a863-9fbb38c2a86c: One or more ports have an IP allocation from this subnet.', u'detail': u''}

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1644413

Title:
  test_verify_multiple_nics_order fails on the gate gate-tempest-dsvm-
  neutron-dvr-ubuntu-xenial

Status in neutron:
  New

Bug description:
  "delete subnet" failed on Tempest cleanup process.

  The log is http://logs.openstack.org/07/401807/3/check/gate-tempest-
  dsvm-neutron-dvr-ubuntu-xenial/535fc80/logs

  Traceback (most recent call last):
    File "tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet
      return self.delete_resource(uri)
    File "tempest/lib/services/network/base.py", line 41, in delete_resource
      resp, body = self.delete(req_uri)
    File "tempest/lib/common/rest_client.py", line 307, in delete
      return self.request('DELETE', url, extra_headers, headers, body)
    File "tempest/lib/common/rest_client.py", line 664, in request
      self._error_checker(resp, resp_body)
    File "tempest/lib/common/rest_client.py", line 776, in _error_checker
      raise exceptions.Conflict(resp_body, resp=resp)
  tempest.lib.exceptions.Conflict: An object with that identifier already exists
  Details: {u'type': u'SubnetInUse', u'message': u'Unable to complete operation on subnet 2240d620-ef27-4bbc-a863-9fbb38c2a86c: One or more ports have an IP allocation from this subnet.', u'detail': u''}

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1644413/+subscriptions


Follow ups