F5Networks / neutron-lbaas

Clone of the OpenStack project neutron-lbaas
Apache License 2.0
1 stars 10 forks source link

tempest.lib.exceptions.Conflict: An object with that identifier already exists common/rest_client.py #52

Closed ssorenso closed 6 years ago

ssorenso commented 7 years ago

Traceback:

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/neutron_lbaas/tests/tempest/v2/scenario/base.py", line 346, in _cleanup_load_balancer
    load_balancer_id)
  File "/usr/local/lib/python2.7/dist-packages/tempest/scenario/manager.py", line 108, in delete_wrapper
    delete_thing(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/neutron_lbaas/tests/tempest/v2/clients/load_balancers_client.py", line 65, in delete_load_balancer
    .format(load_balancer_id))
  File "/usr/local/lib/python2.7/dist-packages/tempest/lib/common/rest_client.py", line 290, in delete
    return self.request('DELETE', url, extra_headers, headers, body)
  File "/usr/local/lib/python2.7/dist-packages/tempest/lib/common/rest_client.py", line 641, in request
    resp, resp_body)
  File "/usr/local/lib/python2.7/dist-packages/tempest/lib/common/rest_client.py", line 709, in _error_checker
    raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: An object with that identifier already exists

Impacted Tests: