e950efdc73
* 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
6 lines
184 B
Bash
Executable File
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"
|