Functional tests: Fix setup error due to missing function
The "fixup_uca" was recently renamed in DevStack to "fixup_ubuntu" as part of https://review.opendev.org/#/c/619562 and that broke our functional gate setup. The functional itself does not seeing to be needed anymore (functional tests passes without it) so this patch is getting rid of it to avoid another renaming in the future. Change-Id: I15419c029cd9e60a1a6164f97fa893611994b8f3 Closes-Bug: #1835375 Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
This commit is contained in:
parent
593fe0c07e
commit
dd5f1656b5
@ -78,10 +78,6 @@ function _init {
|
||||
# Allow the gate to override values set by stackrc.
|
||||
DEST=${GATE_DEST:-$DEST}
|
||||
STACK_USER=${GATE_STACK_USER:-$STACK_USER}
|
||||
|
||||
GetDistro
|
||||
source $DEVSTACK_PATH/tools/fixup_stuff.sh
|
||||
fixup_uca
|
||||
}
|
||||
|
||||
function _install_base_deps {
|
||||
|
Loading…
x
Reference in New Issue
Block a user