refstack/doc/README.md
Rob Hirschfeld c7fd7ae3cb Basics of TCUP that is used OUTSIDE of RefStack to run RefStack
This simple set of scripts will
1) build a usable RefStack container using the /scripts/dockerfile
2) assemble the correct environment variables and other run command params
3) run the container in the background
4) provide the user the right command to attach to the container
5) could be used WITHOUT cloning RefStack
6) DEBUG mode using DEBUG env variable
7) Debug mode will map PWD to /dev to make code edits easier

TODO:
1) the command to start tempest is NOT working, needs to get fixed

Change-Id: I2c1d895c3da8cefbf5a023f513c6cf6119161f8b
2014-04-03 19:44:04 -05:00

14 lines
606 B
Markdown

RefStack Documentation
=============================
Welcome to RefStack. This project helps OpenStack collect and distribute test and validation information.
Executing Tests
-----------------------------
The heart of RefStack is running tests. We've done a lot of things to make that easier (like [T-CUP](tcup.my)), but here's the basic things you need to do to run Tempest in RefStack:
1. Setup a system with all the Operating System dependencies
1. Clone Refstack and Tempest (get the branch you want)
1. Install and pip dependencies from the requirements files
1. Run the Tempest setup.py install