Remove the unused run_tests.sh script

Change-Id: Ie87e89d6b3574d20e559c6ea8552056f29377157
This commit is contained in:
zhurong 2018-07-28 14:28:40 +08:00
parent a4931ab8d9
commit 0d784096a4
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
#!/bin/bash
. ./run_tests_common.sh
MURANO_ROOT=/opt/stack/new/murano/murano
# Using .venv for tempest installation
pushd $TEMPEST_DIR
python "$MURANO_ROOT/tools/install_venv.py"
. "$MURANO_ROOT/.venv/bin/activate"
pip install nose
nosetests -sv "$MURANO_ROOT/tests/functional/api/v1"
RETVAL=$?
deactivate
popd
exit $RETVAL