Skip to content

Commit 91b2290

Browse files
committed
apparently the upstream naming is tempest-lib
tempest_lib was how this was generally referred to, however that meant that the job naming wasn't specifying the correctly src library. Change to tempest-lib to actually test these things before release. Change-Id: I4c0712156d7ff71ee43747f30ab940e249d12ebc
1 parent 5e3e861 commit 91b2290

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/tempest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ set +o xtrace
4545
# --------
4646

4747
# Set up default directories
48-
GITDIR["tempest_lib"]=$DEST/tempest-lib
48+
GITDIR["tempest-lib"]=$DEST/tempest-lib
4949

5050
TEMPEST_DIR=$DEST/tempest
5151
TEMPEST_CONFIG_DIR=${TEMPEST_CONFIG_DIR:-$TEMPEST_DIR/etc}
@@ -446,9 +446,9 @@ function create_tempest_accounts {
446446

447447
# install_tempest_lib() - Collect source, prepare, and install tempest-lib
448448
function install_tempest_lib {
449-
if use_library_from_git "tempest_lib"; then
450-
git_clone_by_name "tempest_lib"
451-
setup_develop "tempest_lib"
449+
if use_library_from_git "tempest-lib"; then
450+
git_clone_by_name "tempest-lib"
451+
setup_develop "tempest-lib"
452452
fi
453453
}
454454

stackrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ TEMPEST_REPO=${TEMPEST_REPO:-${GIT_BASE}/openstack/tempest.git}
203203
TEMPEST_BRANCH=${TEMPEST_BRANCH:-master}
204204

205205
# TODO(sdague): this should end up as a library component like below
206-
GITREPO["tempest_lib"]=${TEMPEST_LIB_REPO:-${GIT_BASE}/openstack/tempest-lib.git}
207-
GITBRANCH["tempest_lib"]=${TEMPEST_LIB_BRANCH:-master}
206+
GITREPO["tempest-lib"]=${TEMPEST_LIB_REPO:-${GIT_BASE}/openstack/tempest-lib.git}
207+
GITBRANCH["tempest-lib"]=${TEMPEST_LIB_BRANCH:-master}
208208

209209

210210
##############

0 commit comments

Comments
 (0)