swift/test/functional/s3api
Hervé Beraud e91a3d73ad Remove lxml deprecated methods
All our supported runtimes [1] are compatible with the recommended
alternatives.

The `getchildren` method is deprecated [2] since lxml 2.0 and will be removed
in future versions, these changes switch usages to `list(elem)` as
recommended in the official documentation [2].

[1] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-train
[2] https://lxml.de/api/lxml.etree._Element-class.html#getchildren

Change-Id: I5264edb93532d90703ae7b59cd71520a2cd3518a
2020-06-23 13:32:22 +02:00
..
__init__.py fix s3api functional tests 2020-05-15 22:38:04 -07:00
s3_test_client.py fix s3api functional tests 2020-05-15 22:38:04 -07:00
test_acl.py fix s3api functional tests 2020-05-15 22:38:04 -07:00
test_bucket.py Merge "swift-dsvm: Enable s3api" 2020-05-28 00:27:36 +00:00
test_multi_delete.py fix s3api functional tests 2020-05-15 22:38:04 -07:00
test_multi_upload.py tests: Skip s3api copy-version test when OV not enabled 2020-05-27 13:29:08 -07:00
test_object.py fix s3api functional tests 2020-05-15 22:38:04 -07:00
test_presigned.py py3: mostly port s3 func tests 2019-08-09 16:09:55 -07:00
test_service.py fix s3api functional tests 2020-05-15 22:38:04 -07:00
test_versioning.py Remove lxml deprecated methods 2020-06-23 13:32:22 +02:00
utils.py py3: mostly port s3 func tests 2019-08-09 16:09:55 -07:00