Saharaclient tempest tests were moved to Sahara from python client. Also we need run tempest tests for Sahara too. Change-Id: If25e7b732a9cc45c1c90ff72a8babc430a21e0a6
13 lines
313 B
Bash
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
|