swift/test/functional
Kota Tsuyuzaki 636b922f3b Import swift3 into swift repo as s3api middleware
This attempts to import openstack/swift3 package into swift upstream
repository, namespace. This is almost simple porting except following items.

1. Rename swift3 namespace to swift.common.middleware.s3api
1.1 Rename also some conflicted class names (e.g. Request/Response)

2. Port unittests to test/unit/s3api dir to be able to run on the gate.

3. Port functests to test/functional/s3api and setup in-process testing

4. Port docs to doc dir, then address the namespace change.

5. Use get_logger() instead of global logger instance

6. Avoid global conf instance

Ex. fix various minor issue on those steps (e.g. packages, dependencies,
  deprecated things)

The details and patch references in the work on feature/s3api are listed
at https://trello.com/b/ZloaZ23t/s3api (completed board)

Note that, because this is just a porting, no new feature is developed since
the last swift3 release, and in the future work, Swift upstream may continue
to work on remaining items for further improvements and the best compatibility
of Amazon S3. Please read the new docs for your deployment and keep track to
know what would be changed in the future releases.

Change-Id: Ib803ea89cfee9a53c429606149159dd136c036fd
Co-Authored-By: Thiago da Silva <thiago@redhat.com>
Co-Authored-By: Tim Burke <tim.burke@gmail.com>
2018-04-27 15:53:57 +09:00
..
s3api Import swift3 into swift repo as s3api middleware 2018-04-27 15:53:57 +09:00
__init__.py Import swift3 into swift repo as s3api middleware 2018-04-27 15:53:57 +09:00
mock_swift_key_manager.py Retrieve encryption root secret from Barbican 2017-08-02 15:53:09 +03:00
swift_test_client.py Tolerate 404s during setUp/tearDown in func tests 2018-03-01 23:30:00 +00:00
test_access_control.py No longer import nose 2017-11-07 15:39:25 +11:00
test_account.py fix SkipTest imports in functests so they can be run directly by nose 2017-12-18 09:33:40 -08:00
test_container.py fix SkipTest imports in functests so they can be run directly by nose 2017-12-18 09:33:40 -08:00
test_dlo.py dlo: Move conn2 business to the one test that uses it 2017-11-22 16:51:06 -08:00
test_object.py Merge "Add a small sleep when trying to predict X-Timestamp" 2018-01-25 19:26:53 +00:00
test_slo.py Merge "Add support for data segments to SLO and SegmentedIterable" 2018-02-01 12:52:55 +00:00
test_staticweb.py Functional tests for staticweb middleware 2018-03-07 12:36:20 -08:00
test_symlink.py tempurl: Make the digest algorithm configurable 2018-01-31 02:19:18 +00:00
test_tempurl.py Refactor tempurl functional test's try-finally 2018-03-20 09:02:58 +00:00
test_versioned_writes.py Skip symlink + vw functional tests if symlink is not enabled 2017-12-25 09:13:17 +00:00
tests.py Merge "Fix sometimes-flaky container name functional test." 2017-12-22 19:48:43 +00:00