
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. Change-Id: Ie81c19e6065633a4738dfe91ca07de3ae3745dc3 Closes-Bug: #1218185