docs fixed, tool renamed

Change-Id: I6ded43854476044c40c805b60b458bcbf0517d27
This commit is contained in:
Sergey Lukjanov 2013-04-20 00:33:16 +04:00
parent 94c9c36202
commit e7c4f1abaf
3 changed files with 21 additions and 0 deletions

View File

@ -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)

View File

@ -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