Files
cliff/integration-tests/openstackclient-tip.sh
Doug Hellmann 5fad56e89f Add integration tests with known consumers
Run the tests of some consumers of cliff to ensure that changes
being made do not break the apps or downsteam libraries.

Change-Id: Ifded67608b49044cc6a0832389ad7fe825148a3c
2014-01-03 22:58:50 +00:00

15 lines
272 B
Bash
Executable File

#!/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