
1 node, simple host mapping Change-Id: I8caa33c0d23f3567ae1c2ecd4a4cdb37148b941e Related-bug: #533609
9 lines
183 B
Bash
Executable File
9 lines
183 B
Bash
Executable File
#!/bin/bash
|
|
set -xe
|
|
|
|
export SLAVES_COUNT=1
|
|
export DEPLOY_TIMEOUT=240
|
|
export TEST_SCRIPT="/usr/bin/python /vagrant/solar-resources/examples/torrent/example.py"
|
|
|
|
./utils/jenkins/run.sh
|