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/STORM_README.txt b/etc/TEMPEST_README.txt
similarity index 69%
rename from etc/STORM_README.txt
rename to etc/TEMPEST_README.txt
index d445896..e46e195 100644
--- a/etc/STORM_README.txt
+++ b/etc/TEMPEST_README.txt
@@ -1,8 +1,8 @@
To run:
--rename the /etc/storm.conf.sample file to storm.conf
+-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 storm/tests" to
+-from the root directory of the project, run "nosetests tempest/tests" to
run all tests
TODO:
diff --git a/etc/storm.conf.sample b/etc/tempest.conf.sample
similarity index 100%
rename from etc/storm.conf.sample
rename to etc/tempest.conf.sample