summaryrefslogtreecommitdiff
path: root/integration-tests/neutronclient-tip.sh
blob: 04eb8994f008a5d2dd705e88a41edfcd876fdff4 (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/neutronclient/

pip install -r test-requirements.txt

python setup.py testr