Modified way to run HAOS tests

Change-Id: Id13d9793fc77a893690f20686c4e4d6d71e4e6b6
This commit is contained in:
Timur Nurlygayanov 2015-06-16 15:54:17 +03:00
parent fc4e2f4c88
commit 7e3a9301f0
2 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@ commands = flake8
[testenv:run]
commands =
bash tools/make_env.sh
bash tools/install_rally.sh
bash tools/run_rally.sh {posargs}
whitelist_externals = bash
[testenv:run-for-mos]
commands =
bash tools/make_env.sh
bash tools/make_mos_env.sh
bash tools/run_rally.sh {posargs}
whitelist_externals = bash