Ceph is a distributed object, block, and file storage platform
Go to file
Josh Durgin 3c604251d9 rgw tests: clean up immediately after the test
There's no need for an explicit cleanup function, so move it back
to where it came from (except in s3roundtrip, which did not have it).

Instead, since these use a nested contextmanager, pass through
and yield to the top-level run_tasks after the nested
contextmanager has finished (and thus run all the cleanup steps
in the subtasks for this test).

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2013-04-30 16:47:34 -07:00
s3tests.py rgw tests: clean up immediately after the test 2013-04-30 16:47:34 -07:00
swift.py rgw tests: clean up immediately after the test 2013-04-30 16:47:34 -07:00