tempest/tempest/api/object_storage
Arx Cruz 426bd31293 Remove transfer-encoding headers from test
The reason to remove the headers from this test is because urllib3
already add this header on the response. Prior urllib3 1.26.6 the header
is duplicated (one header from tempest, and one header from urllib
itself). Which it is fine according to RFC2616, however, from swift
perspective, it will fail if multiple headers are sent [1].
This issue doesn't happen with urllib3 > 1.26.5 because it checks if the
transfer-encoding header is already present, and doesn't add it [2].
This test is failing on tripleo side that uses urllib3 1.26.5, which is
in accordance with tempest requirements and upper constraints from
openstack, so, removing the headers here fix the problem.

1 - 5174b7f85d
2 - eb28aec79d

Change-Id: I418891d3a00e22effb394a553d8f40552da37713
Closes-Bug: #1982874
2022-09-13 11:20:15 +02:00
..
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
base.py Add waiter for object creation 2022-07-29 10:58:28 -03:00
test_account_bulk.py Adding description for testcases - swift part2 2020-08-20 11:06:16 +08:00
test_account_quotas.py Adding description for testcases - swift part2 2020-08-20 11:06:16 +08:00
test_account_quotas_negative.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_account_services.py Remove usage of six 2021-04-15 09:01:01 +00:00
test_account_services_negative.py Adding description for testcases - swift part2 2020-08-20 11:06:16 +08:00
test_container_acl.py Changes to ensure delete_containers is done at class level tear down 2021-08-04 13:03:36 -05:00
test_container_acl_negative.py Changes to ensure delete_containers is done at class level tear down 2021-08-04 13:03:36 -05:00
test_container_quotas.py Add waiter for object creation 2022-07-29 10:58:28 -03:00
test_container_services.py Changes to ensure delete_containers is done at class level tear down 2021-08-04 13:03:36 -05:00
test_container_services_negative.py Improve cleanup after Swift testing 2021-10-05 14:31:04 +00:00
test_container_staticweb.py Adding description for testcases - swift part3 2020-08-18 16:59:41 +08:00
test_container_sync.py Skip test_container_synchronization 2022-07-14 12:09:38 +02:00
test_container_sync_middleware.py Adding description for testcases - swift part1 2020-08-18 11:11:16 +08:00
test_crossdomain.py [Trivial]Remove unused variables and methods 2020-11-19 01:19:12 +00:00
test_healthcheck.py [Trivial]Remove unused variables and methods 2020-11-19 01:19:12 +00:00
test_object_expiry.py Adding description for testcases - swift part1 2020-08-18 11:11:16 +08:00
test_object_formpost.py Remove usage of six 2021-02-18 10:43:57 +08:00
test_object_formpost_negative.py Remove usage of six 2021-02-18 10:43:57 +08:00
test_object_services.py Remove transfer-encoding headers from test 2022-09-13 11:20:15 +02:00
test_object_slo.py Improve cleanup after Swift testing 2021-10-05 14:31:04 +00:00
test_object_temp_url.py Add config option for algo to use in temp_url tests 2022-07-15 10:38:55 +02:00
test_object_temp_url_negative.py Add config option for algo to use in temp_url tests 2022-07-15 10:38:55 +02:00
test_object_version.py Adding description for testcases - swift part2 2020-08-20 11:06:16 +08:00