Ensure package-wide test init is done with testr

This patch adds testresources.ResourcedTestCase as another base class
for compute and boto tests. This allows us to perform package-wide
init for tests when running them under testr. The init was not being
performed when the tests were run under testr because setup_package is
a nosetests specific init feature. The setup_package functions in
__init__.py files are renamed to ensure that the initialisation is
only done once.

Implements: blueprint speed-up-tempest
Change-Id: If76f71cb06f2243607db2680504e94dc65e1f585
diff --git a/tools/pip-requires b/tools/pip-requires
index 061eff6..fcf1690 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -10,3 +10,4 @@
 python-keystoneclient>=0.2.0
 python-novaclient>=2.10.0
 python-quantumclient>=2.1
+testresources