Bug 1824678 - test_amphora_list_and_show not found
Summary: test_amphora_list_and_show not found
Keywords:
Status: CLOSED DUPLICATE of bug 1803779
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-octavia
Version: 15.0 (Stein)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Carlos Goncalves
QA Contact: Bruna Bonguardo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-04-16 11:54 UTC by Attila Fazekas
Modified: 2023-08-24 15:31 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-04-17 14:37:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-27789 0 None None None 2023-08-24 15:31:00 UTC

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 ***


Note You need to log in before you can comment on or make changes to this bug.