swift/test/unit/obj
Tushar Gohad 2d85a3f699 EC: Use best available ec_type in unittests
To minimize external library dependencies for Swift unit
tests and SAIO, PyECLib 1.1.1 introduces a native backend
'liberasurecode_rs_vand.'  This patch is to migrate over
the unit tests to the new ec_type when available.

This change will work with current pyeclib requirements
(==1.0.7) and also future requirements (>=1.0.7).

When we're able to raise *our* requirements to >=1.1.1 we
should remove jerasure from the list of preferred backends.
Related SAIO doc and example config changes should be
included with that patch.

Co-Authored-By: Clay Gerrard <clay.gerrard@gmail.com>
Change-Id: Idf657f0acf0479bc8158972e568a29dbc08eaf3b
2015-11-10 12:18:50 -08:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
common.py Re-organise ssync tests 2015-11-05 14:50:28 +00:00
test_auditor.py py3: Replace gen.next() with next(gen) 2015-10-08 15:40:06 +02:00
test_diskfile.py EC: Use best available ec_type in unittests 2015-11-10 12:18:50 -08:00
test_expirer.py py3: Replace urllib imports with six.moves.urllib 2015-10-08 15:24:13 +02:00
test_reconstructor.py EC: Use best available ec_type in unittests 2015-11-10 12:18:50 -08:00
test_replicator.py pep8 fix: assertEquals -> assertEqual 2015-10-11 12:57:25 +02:00
test_server.py EC: Use best available ec_type in unittests 2015-11-10 12:18:50 -08:00
test_ssync.py Re-organise ssync tests 2015-11-05 14:50:28 +00:00
test_ssync_receiver.py Re-organise ssync tests 2015-11-05 14:50:28 +00:00
test_ssync_sender.py Re-organise ssync tests 2015-11-05 14:50:28 +00:00
test_updater.py Minor improvement to updater unit tests 2015-10-23 16:38:24 +01:00