Use correct path for tempest in testr dib script
When seeding tempest with testrepository subunit data use the correct path to the tempest repo in the imgae build. Because we moved to install.d we ues a path relative to the chroot and not relative to the mount path. Change-Id: I8e296595945c8cfe91a88f69ae46fe33c53df2db
This commit is contained in:
parent
3d6303f3fc
commit
87bba6b03f
@ -17,8 +17,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
TEMPEST_DIR=$TMP_MOUNT_PATH/opt/git/openstack/tempest
|
||||
|
||||
TEMPEST_DIR=/opt/git/openstack/tempest
|
||||
|
||||
# Setup venv and Install python deps from pip
|
||||
sudo virtualenv /opt/git/subunit2sql-env
|
||||
|
Loading…
Reference in New Issue
Block a user