swift/test/probe
janonymous 8fe8bee7e0 test/(functional, probe): Replace "self.assert_" by "self.assertTrue"
The assert_() method is deprecated and can be safely replaced by assertTrue().
This patch makes sure that running the tests does not generate warnings
all over the screen.

Change-Id: I74705c6498249337bfdf955d62e0ad972035bc1f
2015-07-28 12:00:00 +01:00
..
__init__.py Add option to make probetests more brittle 2013-07-19 01:39:42 -07:00
brain.py Metaclass Python 3.x Compatibility 2015-07-20 21:41:58 +05:30
common.py Use six to fix imports on Python 3 2015-07-24 11:48:28 +02:00
test_account_failures.py test/(functional, probe): Replace "self.assert_" by "self.assertTrue" 2015-07-28 12:00:00 +01:00
test_account_get_fake_responses_match.py Use six to fix imports on Python 3 2015-07-24 11:48:28 +02:00
test_account_reaper.py Make the reaper use same timestamp for replica deletes 2015-04-16 14:34:02 +01:00
test_container_failures.py Allow 1+ object-servers-per-disk deployment 2015-06-18 12:43:50 -07:00
test_container_merge_policy_index.py test/(functional, probe): Replace "self.assert_" by "self.assertTrue" 2015-07-28 12:00:00 +01:00
test_container_sync.py refactor probe tests 2015-02-12 11:30:21 -08:00
test_empty_device_handoff.py Allow 1+ object-servers-per-disk deployment 2015-06-18 12:43:50 -07:00
test_object_async_update.py test/(functional, probe): Replace "self.assert_" by "self.assertTrue" 2015-07-28 12:00:00 +01:00
test_object_expirer.py test/(functional, probe): Replace "self.assert_" by "self.assertTrue" 2015-07-28 12:00:00 +01:00
test_object_failures.py Replace xrange() with six.moves.range() 2015-06-23 07:29:15 +00:00
test_object_handoff.py Allow 1+ object-servers-per-disk deployment 2015-06-18 12:43:50 -07:00
test_object_metadata_replication.py Erasure Code Reconstructor 2015-04-14 00:52:17 -07:00
test_reconstructor_durable.py Replace it.next() with next(it) for py3 compat 2015-06-15 22:10:45 +05:30
test_reconstructor_rebuild.py Replace it.next() with next(it) for py3 compat 2015-06-15 22:10:45 +05:30
test_reconstructor_revert.py Allow 1+ object-servers-per-disk deployment 2015-06-18 12:43:50 -07:00
test_replication_servers_working.py Erasure Code Reconstructor 2015-04-14 00:52:17 -07:00