Fix ci in saharaclient

Now "scenario" env is not exist

Change-Id: I2fcf01fa7f79f7d0bbe35b899724619d7074142b
This commit is contained in:
Evgeny Sikachev 2016-01-26 15:41:39 +03:00
parent 9ab892eeb0
commit b59e5b8964

View File

@ -6,7 +6,7 @@ sahara_path="/tmp/sahara"
get_dependency "$sahara_path" "openstack/sahara" "$ZUUL_BRANCH"
cd "$sahara_path"
tox -e scenario --notest
.tox/scenario/bin/pip install $WORKSPACE
tox -e venv --notest
.tox/venv/bin/pip install $WORKSPACE
$WORKSPACE/sahara-ci-config/slave-scripts/gate-sahara.sh "$sahara_path"