Skip to content

Commit

Permalink
Merge pull request F5Networks#399 from pjbreaux/pytest_rootdir
Browse files Browse the repository at this point in the history
Autolog output directory is driving the suite name in trtl results
  • Loading branch information
jlongstaf authored Jan 31, 2017
2 parents 0ecfd0f + 661aad0 commit 5b92fa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions systest/scripts/tempest_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ set -x
# Activate our tempest virtualenv
source ${TEMPEST_VENV_ACTIVATE}

# Create .pytest.rootdir files at the root of the driver and neutron-lbaas
# respositories to make the results suite names be rooted at the top-level
# of the respective test repository
touch ${MAKEFILE_DIR}/../f5lbaasdriver/test/tempest/tests/.pytest.rootdir
touch ${NEUTRON_LBAAS_DIR}/neutron-lbaas/tests/tempest/v2/.pytest.rootdir

# Navigate to the root of the repo, where the tox.ini file is found
cd ${MAKEFILE_DIR}/../
tox -e tempest -c tox.ini -- \
Expand Down

0 comments on commit 5b92fa2

Please sign in to comment.