Bug 1883239
| Summary: | UDP tests fail with "testtools.matchers._impl.MismatchError: 'NO_MONITOR' != 'ERROR'" | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Gregory Thiemonge <gthiemon> | |
| Component: | openstack-octavia | Assignee: | Gregory Thiemonge <gthiemon> | |
| Status: | CLOSED EOL | QA Contact: | Bruna Bonguardo <bbonguar> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 13.0 (Queens) | CC: | amaron, bhaley, ihrachys, lpeer, majopela, scohen | |
| Target Milestone: | z16 | Keywords: | Triaged, ZStream | |
| Target Release: | 13.0 (Queens) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | No Doc Update | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1926251 (view as bug list) | Environment: | ||
| Last Closed: | 2021-06-25 13:30:54 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1926251, 1926254 | |||
|
Description
Gregory Thiemonge
2020-09-28 14:45:27 UTC
Same failure in OSP 16.1 in build: RHOS-16.1-RHEL-8-20210503.n.0 link to Jenkins Build : https://rhos-ci-jenkins.lab.eng.tlv2.redhat.com/job/DFG-network-octavia-16.1_director-rhel-virthost-3cont_3comp-ipv4-geneve-actstby/8/ 2021-05-03 17:15:58,128 232246 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Mon, 03 May 2021 17:15:56 GMT', 'server': 'Apache', 'content-length': '589', 'x-openstack-request-id': 'req-ee4a30ef-b04f-4a5e-b8ac-0258ed48e352', 'vary': 'Accept-Encoding', 'connection': 'close', 'content-type': 'application/json', 'status': '200', 'content-location': 'http://10.0.0.135:9876/v2.0/lbaas/pools/4afd3b17-e1c8-4178-9e7d-571a42b3b8c0/members/4d598b57-7b5d-41ce-9a0c-1bbb548b99a9'} Body: b'{"member": {"id": "4d598b57-7b5d-41ce-9a0c-1bbb548b99a9", "name": "tempest-lb_member_member1-create-1425764738", "operating_status": "ERROR", "provisioning_status": "ACTIVE", "admin_state_up": true, "address": "2001:db8:0:0:0:0:0:1", "protocol_port": 8114, "weight": 50, "backup": false, "subnet_id": "08ee8794-57e2-45ee-aeff-60944a521df0", "project_id": "859a324ed54f4643ade0f36cc5072af3", "created_at": "2021-05-03T17:15:11", "updated_at": "2021-05-03T17:15:53", "monitor_address": null, "monitor_port": null, "tags": ["hello", "world"], "tenant_id": "859a324ed54f4643ade0f36cc5072af3"}}' 2021-05-03 17:15:58,129 232246 INFO [octavia_tempest_plugin.tests.waiters] show_member's status updated to ACTIVE. }}} Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/tempest/lib/decorators.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/home/stack/plugins/octavia/octavia_tempest_plugin/tests/api/v2/test_member.py", line 744, in test_ipv6_UDP_SI_member_create self._test_member_create(6, pool_id) File "/home/stack/plugins/octavia/octavia_tempest_plugin/tests/api/v2/test_member.py", line 931, in _test_member_create self.assertEqual(const.NO_MONITOR, member[const.OPERATING_STATUS]) File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 411, in assertEqual self.assertThat(observed, matcher, message) File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 498, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: 'NO_MONITOR' != 'ERROR' @gthiemon Hello Gregory When will a fix be available for this issue It is block quite a lot of tests OSP13 will not have any new zstream, close this BZ |