solar/utils/jenkins/run_openstack_example.sh
Łukasz Oleś 38b0a8f9e1 Update path in tests
Change-Id: I73a3614d6e17e1abf4527d6cbbf0ea7259444c79
2016-01-14 19:27:21 +01:00

10 lines
231 B
Bash
Executable File

#!/bin/bash
set -xe
export ENV_NAME="solar-example"
export SLAVES_COUNT=2
export DEPLOY_TIMEOUT=2400
export TEST_SCRIPT="/usr/bin/python /vagrant/solar-resources/examples/openstack/openstack.py create_all"
./utils/jenkins/run.sh