summaryrefslogtreecommitdiff
path: root/integration-tests/openstackclient-tip.sh
blob: b24ff3146400d494d126d609579f327fc71ba0f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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

python setup.py testr