Files
sahara-ci-config/slave-scripts/gate-saharaclient.sh
Denis Egorenko 9b2ffad3c7 Move Saharaclient tempest tests to Sahara
Saharaclient tempest tests were moved to Sahara from python client.
Also we need run tempest tests for Sahara too.

Change-Id: If25e7b732a9cc45c1c90ff72a8babc430a21e0a6
2015-01-16 15:41:17 +04:00

13 lines
313 B
Bash

#!/bin/bash
sudo rm -rf /tmp/sahara
git clone https://git.openstack.org/openstack/sahara /tmp/sahara
cd /tmp/sahara
# prepare test dependencies
tox -e integration --notest
# change sahara-client
.tox/integration/bin/pip install $WORKSPACE
bash -x /tmp/sahara-ci-config/slave-scripts/gate-sahara.sh /tmp/sahara