Merge "Improve the getting started section"

This commit is contained in:
Jenkins
2016-05-11 17:08:48 +00:00
committed by Gerrit Code Review

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
./utils/jenkins/system_tests.sh -k -K -j fuelweb_test -t test -w $(pwd) -o --group=<your_test_group_to_run>
``` 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>
## Contributing ## Contributing