From b59e5b89649b63ec27445e9775d8ea79f63cb179 Mon Sep 17 00:00:00 2001 From: Evgeny Sikachev Date: Tue, 26 Jan 2016 15:41:39 +0300 Subject: [PATCH] Fix ci in saharaclient Now "scenario" env is not exist Change-Id: I2fcf01fa7f79f7d0bbe35b899724619d7074142b --- slave-scripts/gate-saharaclient.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slave-scripts/gate-saharaclient.sh b/slave-scripts/gate-saharaclient.sh index 12bedbed..d16ab4c7 100755 --- a/slave-scripts/gate-saharaclient.sh +++ b/slave-scripts/gate-saharaclient.sh @@ -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"