f7bc1dc4f2
In CentOS, we expect to have python3 package in 8.x while we expect to have python2 in 7.x . Fix unit tests to expect the correct version according to os major version. Incorrect version handling about libreswan/openswan package is also fixed so that we have correct one in CentOS8. In addition, this patch updates test scope in tempest execution in tripleo job to avoid timeout error caused by many long-running tests. Closes-Bug: #1870257 Change-Id: I72302b58161edccb15ca008e11c670caaf94edaf
28 lines
799 B
YAML
28 lines
799 B
YAML
- project:
|
|
templates:
|
|
- puppet-openstack-check-jobs
|
|
- puppet-openstack-module-unit-jobs
|
|
- puppet-openstack-integration-jobs-all
|
|
- puppet-openstack-beaker-jobs
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- puppet-neutron-tripleo-standalone
|
|
gate:
|
|
jobs:
|
|
- puppet-neutron-tripleo-standalone
|
|
|
|
- job:
|
|
name: puppet-neutron-tripleo-standalone
|
|
parent: tripleo-puppet-ci-centos-8-standalone
|
|
description: |
|
|
TripleO standalone Job running Neutron specific Tempest tests.
|
|
vars:
|
|
featureset_override:
|
|
run_tempest: false
|
|
tempest_test_whitelist:
|
|
- 'tempest.api.network'
|
|
- 'tempest.scenario.test_network_basic_ops'
|
|
- 'neutron_tempest_plugin.api'
|
|
use_os_tempest: true
|