summaryrefslogtreecommitdiff
path: root/integration-tests/openstackclient-tip.sh
blob: 871b3a30769b53a97e3837a3c1d9d72b2925dd86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh -x

set -e

envdir=$1

# The source for the client library is checked out by pip because of
# the deps listed in tox.ini, so we just need to move into that
# directory.
cd $envdir/src/openstackclient/

pip install -r test-requirements.txt

# Force a known hash seed value to avoid sorting errors from tox
# giving us a random one.
export PYTHONHASHSEED=0

python setup.py testr