[Tempest] [SSL] 2 tests for object storage failed with ssl configuration
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Mirantis OpenStack | Status tracked in 10.0.x | |||||
10.0.x |
In Progress
|
High
|
Nikita Karpin | |||
7.0.x |
Won't Fix
|
High
|
Kostiantyn Danylov | |||
8.0.x |
Won't Fix
|
High
|
Kostiantyn Danylov | |||
9.x |
Fix Released
|
High
|
Nikita Karpin |
Bug Description
Steps To Reproduce:
1. Deploy environment with TLS
2. Run all Tempest tests for object storage using mos-tempest-runner scripts [1]
Expected Result:
All tests will pass
Observed Result:
2 tests will fail, if disable SSL, these tests pass.
The following tests failed:
test_web_
test_web_index
Tests failed with the following error:
traceback
Traceback (most recent call last):
File "/home/
return func(*func_args, **func_kwargs)
File "/home/
headers={})
File "/home/
headers=
File "/home/
req_url, method, headers=
File "/home/
headers=
File "/home/
return super(ClosingHttp, self).request(
File "/home/
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "/home/
redirection
File "/home/
return super(ClosingHttp, self).request(
File "/home/
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "/home/
(response, content) = self._conn_
File "/home/
response = conn.getresponse()
File "/usr/local/
response.
File "/usr/local/
version, status, reason = self._read_status()
File "/usr/local/
raise BadStatusLine(line)
httplib.
description: | updated |
summary: |
- [Tempest] [SSL] 5 tests for object storage failed with ssl configuration + [Tempest] [SSL] tests for object storage failed with ssl configuration |
summary: |
- [Tempest] [SSL] tests for object storage failed with ssl configuration + [Tempest] [SSL] 2 tests for object storage failed with ssl configuration |
description: | updated |
tags: | added: move-to-mu |
tags: |
added: area-ceph removed: ceph |
tags: | removed: customer-found |
tags: | added: swarm-blocker |
tags: | added: non-release |
tags: | removed: swarm-blocker |
tags: | removed: non-release |
tags: | added: on-verification |
Priority changed to High because two Tempest tests failed for any configurations with SSL and it looks like we don't have workaround for the issue.