Changes the namespace from storm to tempest, as well as adding addition tests and improvements
* Changed namespace from storm to tempest
* Added absolute limits service and server personality file tests
* Optimized run time for image metadata tests
* Added additional assertions for create server and rebuild server tests
* Removed any SSH verification until further decisions are made

Change-Id: I5bebd29be382c9404914c7314302670ae09627fc
diff --git a/etc/TEMPEST_README.txt b/etc/TEMPEST_README.txt
new file mode 100644
index 0000000..e46e195
--- /dev/null
+++ b/etc/TEMPEST_README.txt
@@ -0,0 +1,14 @@
+To run:
+-rename the /etc/tempest.conf.sample file to tempest.conf
+-Set the fields in the file to values relevant to your system
+-Set the "authentication" value (basic or keystone_v2 currently supported)
+-from the root directory of the project, run "nosetests tempest/tests" to
+ run all tests
+
+TODO:
+Use virtualenv to install all needed packages. Till then, the following
+packages must be installed:
+-httplib2
+-unittest2
+-paramiko
+-nose
\ No newline at end of file