swift/test/functional
Alistair Coles 87fc21c7cf Speed up functional testing
test/functional/tests.py:TestObjectVersioningUTF8 does not clean
up the versions files it creates because the class's multiple
inheritance is such that it does not call the tearDown method in
TestObjectVersioning.

As a result, any attempt to clean up account containers wastes
time retrying container delete requests. This occurs either in
the setUp for TestSloEnv, if the TestSlo class is included in a
test run, or in the tests.py package tearDown method.

On the author's dev machine this patch reduces the execution
time of functional tests in tests.py by approx 30% or 1 minute.

Change-Id: I8194672bf2ca82435df5868720b6a55a79b94413
2016-02-08 15:56:20 +00:00
..
__init__.py Fix func test --until-failure and --no-discover options 2015-12-16 15:28:25 +00:00
swift_test_client.py Fix func test --until-failure and --no-discover options 2015-12-16 15:28:25 +00:00
test_account.py Fix func test --until-failure and --no-discover options 2015-12-16 15:28:25 +00:00
test_container.py Fix func test --until-failure and --no-discover options 2015-12-16 15:28:25 +00:00
test_object.py Fix func test --until-failure and --no-discover options 2015-12-16 15:28:25 +00:00
tests.py Speed up functional testing 2016-02-08 15:56:20 +00:00