swift/test/unit/account
Richard Hawkins 9d7f71d575 Modify functional tests to use ostestr/testr
Defcore uses Tempest, which uses Test Repository.
This change makes it easier for Defcore to pull functional
tests from Swift and run them.  Additionally, using testr
allows tests to be run in parallel.

Concurrency set to 1 for now, >1 causes failures for
reasons that are still TBD.

With switch to ostestr all the server logs are being sent to stdout
which makes it completely unreadable. Suppressing the logs by default
now with a flag to enable it if desired.

Co-Authored-By: John Dickinson <me@not.mn>
Co-Authored-By: Robert Collins <rbtcollins@hpe.com>
Co-Authored-By: Matthew Oliver <matt@oliver.net.au>
Co-Authored-By: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>

Change-Id: I53ef4a116996a772cf1f3abc2eb0ad60047322d5
Related-Bug: 1177924
2015-12-15 22:30:44 +00:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
test_auditor.py unit tests: Replace "self.assert_" by "self.assertTrue" 2015-07-21 19:23:00 +05:30
test_backend.py Modify functional tests to use ostestr/testr 2015-12-15 22:30:44 +00:00
test_reaper.py Merge "Get rid of contextlib.nested() for py3" 2015-11-05 12:20:06 +00:00
test_replicator.py Make db_replicator usync smaller containers 2015-10-19 15:26:12 +01:00
test_server.py remove remaining simplejson uses, prefer standard library import 2015-11-16 12:34:24 -08:00
test_utils.py Replace it.next() with next(it) for py3 compat 2015-06-15 22:10:45 +05:30