From 38b0a8f9e12b9f52130503844e55f88219444296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= Date: Thu, 14 Jan 2016 19:27:21 +0100 Subject: [PATCH] Update path in tests Change-Id: I73a3614d6e17e1abf4527d6cbbf0ea7259444c79 --- utils/jenkins/run_hosts_example.sh | 2 +- utils/jenkins/run_openstack_example.sh | 2 +- utils/jenkins/run_riak_example.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/jenkins/run_hosts_example.sh b/utils/jenkins/run_hosts_example.sh index 33f3a386..2cb22834 100755 --- a/utils/jenkins/run_hosts_example.sh +++ b/utils/jenkins/run_hosts_example.sh @@ -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 diff --git a/utils/jenkins/run_openstack_example.sh b/utils/jenkins/run_openstack_example.sh index adcdf895..1229168c 100755 --- a/utils/jenkins/run_openstack_example.sh +++ b/utils/jenkins/run_openstack_example.sh @@ -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 diff --git a/utils/jenkins/run_riak_example.sh b/utils/jenkins/run_riak_example.sh index 2e007208..d790b98e 100755 --- a/utils/jenkins/run_riak_example.sh +++ b/utils/jenkins/run_riak_example.sh @@ -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