nova/smoketests
Chang Bo Guo bec4d209e7 Replace decprecated method aliases in tests
Some of the TestCase methods have been deprecated since python 2.7.
We need use correct names.

http://docs.python.org/2/library/unittest.html#deprecated-aliases

* replace 'failIf' with 'assertFalse'
* replace 'failUnlessAlmostEqual' with 'assertAlmostEqual'

Change-Id: I68746f8810c17cd5456328005fc65003e57491c8
2013-10-08 02:28:49 -07:00
..
2012-10-01 15:25:47 -07:00
2011-08-15 11:31:44 -07:00
2011-08-15 11:31:44 -07:00
2013-07-04 08:49:45 +02:00