From e7c4f1abaf0e58d22e870065939809c00c84ef4d Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Sat, 20 Apr 2013 00:33:16 +0400 Subject: [PATCH] docs fixed, tool renamed Change-Id: I6ded43854476044c40c805b60b458bcbf0517d27 --- README.rst | 4 ++++ savanna/tests/integration/README.rst | 17 +++++++++++++++++ tools/{run_integration_tests => run_itests} | 0 3 files changed, 21 insertions(+) create mode 100644 savanna/tests/integration/README.rst rename tools/{run_integration_tests => run_itests} (100%) diff --git a/README.rst b/README.rst index 29ae667b..405a0349 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,13 @@ Savanna project =============== Project blueprint: https://wiki.openstack.org/wiki/Savanna | http://savanna.mirantis.com/index.html + Architecture draft: https://wiki.openstack.org/wiki/Savanna/Architecture | http://savanna.mirantis.com/architecture.html + Roadmap: https://wiki.openstack.org/wiki/Savanna/Roadmap | http://savanna.mirantis.com/roadmap.html + API draft: http://savanna.mirantis.com/restapi/v02.html + Launchpad project: https://launchpad.net/savanna QuickStart (Ubuntu) diff --git a/savanna/tests/integration/README.rst b/savanna/tests/integration/README.rst new file mode 100644 index 00000000..bfb4c368 --- /dev/null +++ b/savanna/tests/integration/README.rst @@ -0,0 +1,17 @@ +Integration tests for Savanna project +===================================== + +How to run +---------- + +Create config file for integration tests - `/savanna/tests/integration/config.py`. +You can take a look at the sample config file - `/savanna/tests/integration/config.py.sample`. +All values used in a sample config file are defaults, so, if their are applicable for your +environment than you can skip config file creation. + +To run integration tests you should use the corresponding tox env: `tox -e integration`. + +Contents +-------- + +TBD diff --git a/tools/run_integration_tests b/tools/run_itests similarity index 100% rename from tools/run_integration_tests rename to tools/run_itests