Improve the getting started section

Change-Id: I18754c9a67da05a6b26064609612bf2916f78ea8
This commit is contained in:
Simon Pasquier 2016-05-11 16:07:42 +02:00
parent 4a61c383fb
commit 7b68fa1f32

View File

@ -10,19 +10,22 @@ It is based on two other projects:
## Getting started ## Getting started
1. Prepare the environment: 1. Provision the SQL database for fuel-qa (see the [official
documentation](https://docs.fuel-infra.org/fuel-dev/devops.html#configuring-database)
for the detailed procedure).
2. Prepare the environment:
```
vi openrc vi openrc
. openrc . openrc
./utils/fuel-qa-builder/prepare_env.sh ./utils/fuel-qa-builder/prepare_env.sh
```
2. Run the tests: 3. Activate the Python virtual environment:
. $VENV_PATH/bin/activate
4. Run the tests:
```
./utils/jenkins/system_tests.sh -k -K -j fuelweb_test -t test -w $(pwd) -o --group=<your_test_group_to_run> ./utils/jenkins/system_tests.sh -k -K -j fuelweb_test -t test -w $(pwd) -o --group=<your_test_group_to_run>
```
## Contributing ## Contributing