← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1885897] [NEW] Tempest test_create_router_set_gateway_with_fixed_ip test is failing often in dvr scenario job

 

Public bug reported:

Failure examples:

https://da888ef809002d84bac8-a2fbaff4aeaa6e4af27d13483a4b50b0.ssl.cf1.rackcdn.com/738397/1/check
/neutron-tempest-dvr-ha-multinode-full/1c5728b/testr_results.html

https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_2c4/734876/1/check
/neutron-tempest-dvr-ha-multinode-full/2c466a0/testr_results.html

https://13ca543760d36bac65f9-a7d9059cf68801c3dc92812dc120717e.ssl.cf2.rackcdn.com/696926/18/check
/neutron-tempest-dvr-ha-multinode-full/ebbb5f6/testr_results.html

https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_22e/737984/4/check
/neutron-tempest-dvr-ha-multinode-full/22e1882/testr_results.html

https://e60349f1754a7293d865-ec7c2cda95b1d3573093d93e0e594c95.ssl.cf5.rackcdn.com/737047/8/check
/neutron-tempest-dvr-ha-multinode-full/e88f504/testr_results.html


Traceback:

traceback-1: {{{
Traceback (most recent call last):
  File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 84, in call_and_ignore_notfound_exc
    return func(*args, **kwargs)
  File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network
    return self.delete_resource(uri)
  File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 41, in delete_resource
    resp, body = self.delete(req_uri)
  File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in delete
    return self.request('DELETE', url, extra_headers, headers, body)
  File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request
    self._error_checker(resp, resp_body)
  File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 808, in _error_checker
    raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network 7cd10f04-8c18-40d3-bf46-f1a502982050. There are one or more ports still in use on the network.', 'detail': ''}
}}}

Traceback (most recent call last):
  File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 84, in call_and_ignore_notfound_exc
    return func(*args, **kwargs)
  File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet
    return self.delete_resource(uri)
  File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 41, in delete_resource
    resp, body = self.delete(req_uri)
  File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in delete
    return self.request('DELETE', url, extra_headers, headers, body)
  File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request
    self._error_checker(resp, resp_body)
  File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 808, in _error_checker
    raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 4e3c91b9-f531-4a2a-b83b-0feb4fc256cc: One or more ports have an IP allocation from this subnet.', 'detail': ''}

** Affects: neutron
     Importance: High
         Status: Confirmed


** Tags: gate-failure l3-dvr-backlog tempest

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

Title:
  Tempest test_create_router_set_gateway_with_fixed_ip test is failing
  often in dvr scenario job

Status in neutron:
  Confirmed

Bug description:
  Failure examples:

  https://da888ef809002d84bac8-a2fbaff4aeaa6e4af27d13483a4b50b0.ssl.cf1.rackcdn.com/738397/1/check
  /neutron-tempest-dvr-ha-multinode-full/1c5728b/testr_results.html

  https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_2c4/734876/1/check
  /neutron-tempest-dvr-ha-multinode-full/2c466a0/testr_results.html

  https://13ca543760d36bac65f9-a7d9059cf68801c3dc92812dc120717e.ssl.cf2.rackcdn.com/696926/18/check
  /neutron-tempest-dvr-ha-multinode-full/ebbb5f6/testr_results.html

  https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_22e/737984/4/check
  /neutron-tempest-dvr-ha-multinode-full/22e1882/testr_results.html

  https://e60349f1754a7293d865-ec7c2cda95b1d3573093d93e0e594c95.ssl.cf5.rackcdn.com/737047/8/check
  /neutron-tempest-dvr-ha-multinode-full/e88f504/testr_results.html

  
  Traceback:

  traceback-1: {{{
  Traceback (most recent call last):
    File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 84, in call_and_ignore_notfound_exc
      return func(*args, **kwargs)
    File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network
      return self.delete_resource(uri)
    File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 41, in delete_resource
      resp, body = self.delete(req_uri)
    File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in delete
      return self.request('DELETE', url, extra_headers, headers, body)
    File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request
      self._error_checker(resp, resp_body)
    File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 808, in _error_checker
      raise exceptions.Conflict(resp_body, resp=resp)
  tempest.lib.exceptions.Conflict: Conflict with state of target resource
  Details: {'type': 'NetworkInUse', 'message': 'Unable to complete operation on network 7cd10f04-8c18-40d3-bf46-f1a502982050. There are one or more ports still in use on the network.', 'detail': ''}
  }}}

  Traceback (most recent call last):
    File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 84, in call_and_ignore_notfound_exc
      return func(*args, **kwargs)
    File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet
      return self.delete_resource(uri)
    File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 41, in delete_resource
      resp, body = self.delete(req_uri)
    File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in delete
      return self.request('DELETE', url, extra_headers, headers, body)
    File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request
      self._error_checker(resp, resp_body)
    File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 808, in _error_checker
      raise exceptions.Conflict(resp_body, resp=resp)
  tempest.lib.exceptions.Conflict: Conflict with state of target resource
  Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 4e3c91b9-f531-4a2a-b83b-0feb4fc256cc: One or more ports have an IP allocation from this subnet.', 'detail': ''}

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


Follow ups