refstack-client/refstack_client/tests/smoke/run_in_docker
Chandan Kumar e950efdc73 Switch to refstack-client binary and some cleanup
* Use latest pbr >= 2.0.0
* Removed gitpython as it is not used within the code
* switched to refstack-client binary in README.rst
* Removed unwanted stuff from setup.py as those are already in setup.cfg
* use pip install -e . to auto install dependencies from requirements.txt
  as well as package.

Change-Id: Ia0b1b0a598c48200dc91cc08af9bd78d5685091e
2017-07-27 14:35:23 +05:30

6 lines
184 B
Bash
Executable File

#!/bin/sh
cp -r /refstack-client /test
cd /test
./setup_env
/bin/bash -c ". .venv/bin/activate; exec refstack-client test -vv -c tempest.conf -t tempest.api.identity.admin.test_users"