From 7b68fa1f329318496fda0a5a6fde5d550e647ef6 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 11 May 2016 16:07:42 +0200 Subject: [PATCH] Improve the getting started section Change-Id: I18754c9a67da05a6b26064609612bf2916f78ea8 --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 40b2871..adf653f 100644 --- a/README.md +++ b/README.md @@ -10,19 +10,22 @@ It is based on two other projects: ## 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 -. openrc -./utils/fuel-qa-builder/prepare_env.sh -``` + vi openrc + . openrc + ./utils/fuel-qa-builder/prepare_env.sh -2. Run the tests: +3. Activate the Python virtual environment: -``` -./utils/jenkins/system_tests.sh -k -K -j fuelweb_test -t test -w $(pwd) -o --group= -``` + . $VENV_PATH/bin/activate + +4. Run the tests: + + ./utils/jenkins/system_tests.sh -k -K -j fuelweb_test -t test -w $(pwd) -o --group= ## Contributing