Bug 1824678

Summary: test_amphora_list_and_show not found
Product: Red Hat OpenStack Reporter: Attila Fazekas <afazekas>
Component: openstack-octaviaAssignee: Carlos Goncalves <cgoncalves>
Status: CLOSED DUPLICATE QA Contact: Bruna Bonguardo <bbonguar>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15.0 (Stein)CC: cgoncalves, ihrachys, lpeer, majopela, scohen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-04-17 14:37:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Attila Fazekas 2020-04-16 11:54:04 UTC
octavia_tempest_plugin.tests.scenario.v2.test_amphora.AmphoraScenarioTest.test_amphora_list_and_show[id-a0e9ff99-2c4f-45d5-81c9-78d3107c236f] (from octavia)

Faild with:

Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/octavia_tempest_plugin/tests/scenario/v2/test_amphora.py", line 144, in test_amphora_list_and_show
    amphora_id=amp_id)
  File "/usr/lib/python3.6/site-packages/octavia_tempest_plugin/services/load_balancer/v2/amphora_client.py", line 70, in show_amphora
    return_object_only=return_object_only)
  File "/usr/lib/python3.6/site-packages/octavia_tempest_plugin/services/load_balancer/v2/base_client.py", line 155, in _show_object
    response, body = self.get(request_uri)
  File "/usr/lib/python3.6/site-packages/tempest/lib/common/rest_client.py", line 298, in get
    return self.request('GET', url, extra_headers, headers)
  File "/usr/lib/python3.6/site-packages/tempest/lib/common/rest_client.py", line 679, in request
    self._error_checker(resp, resp_body)
  File "/usr/lib/python3.6/site-packages/tempest/lib/common/rest_client.py", line 785, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'faultcode': 'Client', 'faultstring': 'Amphora 3869aad5-c664-4261-9ea2-fdddcd55038e not found.', 'debuginfo': None}


BUILD: RHOS_TRUNK-15.0-RHEL-8-20200320.n.0

Comment 2 Carlos Goncalves 2020-04-17 14:37:05 UTC
This is probably another manifestation of a known issue in the Octavia tempest test. It is being tracked at https://bugzilla.redhat.com/show_bug.cgi?id=1803779 and a patch is under review upstream: https://review.opendev.org/#/c/711316/

*** This bug has been marked as a duplicate of bug 1803779 ***