cinder/cinder/tests/integrated
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
..
api Remove usage of locals() for formatting from cinder.tests.* 2013-06-24 14:03:31 +08:00
__init__.py Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
integrated_helpers.py Remove execute permissions from test files. 2013-05-29 15:58:04 +03:00
test_extensions.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_login.py Use openstack.common.log for logging. 2012-07-20 12:12:12 +00:00
test_volumes.py Replace assertEquals with assertEqual - 1/2 2013-09-08 21:42:26 +08:00
test_xml.py Moving common api code into cinder.api 2012-11-21 21:26:39 -08:00