diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-14 11:49:21 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-14 11:49:21 +0100 |
commit | a45dfc517edc542497c708077967fd9a8a93bf1d (patch) | |
tree | e05b44f8230717aaa6ce317163c01754f9f00913 /triggers | |
parent | 4ae967ba297e7ef25808096ca3e6cddf5d44f1df (diff) | |
download | buildslave-scripts-a45dfc517edc542497c708077967fd9a8a93bf1d.tar.gz |
Make testing trigger point to correct image
Diffstat (limited to 'triggers')
-rw-r--r-- | triggers/testing_trigger.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/triggers/testing_trigger.sh b/triggers/testing_trigger.sh index 42e2a8c..ff00c57 100644 --- a/triggers/testing_trigger.sh +++ b/triggers/testing_trigger.sh @@ -9,4 +9,4 @@ source /archive/tlsa/os.setup git clone ssh://git@cu010-trove.codethink.com/cu010-trove/br6/ciat-tester cd ciat-tester -./test-runner.sh file:///archive/images/tlsa-ciat-test-x86_64.img openstack tests/python.test tests/uname.test +./test-runner.sh file:///archive/tlsa-ciat-test-x86_64.raw openstack tests/python.test tests/uname.test |