Test against stable/train with DevStack and CentOS 7

Change-Id: Iac38809c717c7e0c19a19fa59ff22c428daba2b4
This commit is contained in:
Federico Ressi 2020-04-17 13:52:39 +02:00
parent 4e7af0fb85
commit 6ea9300837
3 changed files with 14 additions and 3 deletions

View File

@ -4,8 +4,11 @@ TOBIKO_PLUGIN_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
function install_tobiko {
echo_summary "Installing tobiko-plugin"
install_python3
setup_dev_lib ${TOBIKO_BINDEP} tobiko
if [ "${TOBIKO_BINDEP}" != "" ]; then
install_python3
install_bindep "${TOBIKO_DIR}/bindep.txt" test
fi
}

View File

@ -16,7 +16,7 @@
- tobiko-tox-py36-centos-8
- tobiko-tox-py38-centos-8
- tobiko-devstack-functional
- tobiko-devstack-faults-centos-7
- tobiko-devstack-faults-centos-7-train
- tobiko-devstack-faults-ubuntu-bionic
- tobiko-tox-infrared-centos-7
- tobiko-tox-infrared-centos-8

View File

@ -229,6 +229,14 @@
parent: tobiko-devstack-faults-centos-7
override-checkout: stable/train
voting: false
vars:
devstack_services:
# Disable Octavia services
octavia: false
o-cw: false
o-hk: false
o-hm: false
o-api: false
- job: