Description of problem:
The tempest test octavia_tempest_plugin.tests.barbican_scenario.v2.test_tls_barbican.TLSWithBarbicanTest.test_basic_h2_listener_http_listener_pool_reencryption
fails on downstream CI with the following stacktrace:
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/octavia_tempest_plugin/tests/barbican_scenario/v2/test_tls_barbican.py", line 1428, in test_basic_h2_listener_http_listener_pool_reencryption
pool = self.mem_pool_client.create_pool(**pool_kwargs)
File "/usr/lib/python3.9/site-packages/octavia_tempest_plugin/common/decorators.py", line 42, in wrapper
return f(*func_args, **func_kwargs)
TypeError: create_pool() got an unexpected keyword argument 'alpn_protocols'
probably because this patch is missing
https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/819154
on RHOS-17.1-RHEL-9-20230525.n.1 which runs openstack-octavia-8.0.2-1.20230502161604
How reproducible:
100%
Steps to Reproduce:
1. Run the d/s CI job:
https://rhos-ci-jenkins.lab.eng.tlv2.redhat.com/view/DFG/view/network/view/octavia/job/DFG-network-octavia-17.1_director-rhel-virthost-3cont_2comp-ipv4-geneve-tls-terminated/
Actual results:
The test mentioned above fails
Expected results:
The test mentioned above should pass
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Release of components for Red Hat OpenStack Platform 17.1 (Wallaby)), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHEA-2023:4577
Description of problem: The tempest test octavia_tempest_plugin.tests.barbican_scenario.v2.test_tls_barbican.TLSWithBarbicanTest.test_basic_h2_listener_http_listener_pool_reencryption fails on downstream CI with the following stacktrace: testtools.testresult.real._StringException: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/octavia_tempest_plugin/tests/barbican_scenario/v2/test_tls_barbican.py", line 1428, in test_basic_h2_listener_http_listener_pool_reencryption pool = self.mem_pool_client.create_pool(**pool_kwargs) File "/usr/lib/python3.9/site-packages/octavia_tempest_plugin/common/decorators.py", line 42, in wrapper return f(*func_args, **func_kwargs) TypeError: create_pool() got an unexpected keyword argument 'alpn_protocols' probably because this patch is missing https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/819154 on RHOS-17.1-RHEL-9-20230525.n.1 which runs openstack-octavia-8.0.2-1.20230502161604 How reproducible: 100% Steps to Reproduce: 1. Run the d/s CI job: https://rhos-ci-jenkins.lab.eng.tlv2.redhat.com/view/DFG/view/network/view/octavia/job/DFG-network-octavia-17.1_director-rhel-virthost-3cont_2comp-ipv4-geneve-tls-terminated/ Actual results: The test mentioned above fails Expected results: The test mentioned above should pass