Update path in tests

Change-Id: I73a3614d6e17e1abf4527d6cbbf0ea7259444c79
This commit is contained in:
Łukasz Oleś 2016-01-14 19:27:21 +01:00
parent 4153b7bde8
commit 38b0a8f9e1
3 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@ set -xe
export ENV_NAME="solar-example"
export SLAVES_COUNT=2
export DEPLOY_TIMEOUT=180
export TEST_SCRIPT="/usr/bin/python /vagrant/examples/hosts_file/hosts.py"
export TEST_SCRIPT="/usr/bin/python /vagrant/solar-resources/examples/hosts_file/hosts.py"
./utils/jenkins/run.sh

View File

@ -4,6 +4,6 @@ set -xe
export ENV_NAME="solar-example"
export SLAVES_COUNT=2
export DEPLOY_TIMEOUT=2400
export TEST_SCRIPT="/usr/bin/python /vagrant/examples/openstack/openstack.py create_all"
export TEST_SCRIPT="/usr/bin/python /vagrant/solar-resources/examples/openstack/openstack.py create_all"
./utils/jenkins/run.sh

View File

@ -4,6 +4,6 @@ set -xe
export ENV_NAME="solar-example"
export SLAVES_COUNT=3
export DEPLOY_TIMEOUT=300
export TEST_SCRIPT="/usr/bin/python /vagrant/examples/riak/riaks.py create_all"
export TEST_SCRIPT="/usr/bin/python /vagrant/solar-resources/examples/riak/riaks.py create_all"
./utils/jenkins/run.sh