cinder/cinder/tests/keymgr
Zhongyue Luo 7f1b0946a8 Replace assertEquals with assertEqual - 1/2
The method assertEquals has been deprecated since python 2.7.
http://docs.python.org/2/library/unittest.html#deprecated-aliases

Also in Python 3, a deprecated warning is raised when using assertEquals
therefore we should use assertEqual instead.

This patch is a mere sed replace of one-liner assertEquals to assertEqual.

grep -lR "assertEquals(" cinder/tests/* | \
xargs sed -ri 's/(\W+self.assertEqual)s(.+)(\)$)/\1\2\3/'

Change-Id: I4feea94d53afa866af9b7e14bd80345fa7276e75
2013-09-08 21:42:26 +08:00
..
__init__.py Create key manager interface 2013-08-06 09:34:10 -04:00
fake.py Add support for encrypted volumes 2013-08-14 10:00:15 -04:00
mock_key_mgr.py Add support for encrypted volumes 2013-08-14 10:00:15 -04:00
test_key_mgr.py Create key manager interface 2013-08-06 09:34:10 -04:00
test_key.py Replace assertEquals with assertEqual - 1/2 2013-09-08 21:42:26 +08:00
test_mock_key_mgr.py Enable gating on F811 2013-09-02 18:08:02 +02:00
test_not_implemented_key_mgr.py Add support for encrypted volumes 2013-08-14 10:00:15 -04:00