Use testtools as the base testcase class.
Use testtools as the base unittest test case class towards to
parallelizing the test runs. Catch places where setUp and tearDown
were not being chained properly, and fix these problems.Remove
custom skip, using testtools.skip instead. Add TestResourceManager.
Part of blueprint speed-up-tempest
Change-Id: I8e7b5686b22969a0f3db96100a357c93a4d5c03f
diff --git a/etc/TEMPEST_README.txt b/etc/TEMPEST_README.txt
index e46e195..4f907a0 100644
--- a/etc/TEMPEST_README.txt
+++ b/etc/TEMPEST_README.txt
@@ -9,6 +9,6 @@
Use virtualenv to install all needed packages. Till then, the following
packages must be installed:
-httplib2
--unittest2
+-testtools
-paramiko
-nose
\ No newline at end of file