Files
oslo.cache/.zuul.yaml
Hervé Beraud df075b2465 Adding functional tests for memcache_pool backend
Introducing the needed changes to functional tests to run
them against the memcache_pool backend.

These changes introduced a new zuul job related to memcache
to isolate this part during CI and get clear outputs.

Change-Id: Ib84b3db83e8c50c7929874c63177c94f459a1a2c
Co-authored-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
2020-08-25 14:01:17 +02:00

61 lines
1.5 KiB
YAML

## Functional Tests env vars
#
# PIFPAF_DAEMON:
# The binary to be installed by bindep filtered with
# [tests-functional-{PIFPAF_DAEMON}] and executed by pifpaf.
#
# OSLO_BACKEND:
# The functional test directory to pass to STESTR_TEST_PATH
- job:
name: oslo.cache-functional
parent: openstack-tox
abstract: true
pre-run: playbooks/tests/functional/pre.yml
vars:
tox_envlist: functional
- job:
name: oslo.cache-functional-etcd3gw
parent: oslo.cache-functional
vars:
tox_environment:
PIFPAF_DAEMON: etcd
OSLO_BACKEND: etcd3gw
- job:
name: oslo.cache-functional-memcached
parent: oslo.cache-functional
vars:
tox_environment:
PIFPAF_DAEMON: memcached
- job:
name: oslo.cache-functional-dogpile.cache.bmemcached
parent: oslo.cache-functional-memcached
vars:
tox_environment:
OSLO_BACKEND: dogpile_cache_bmemcached
- job:
name: oslo.cache-functional-memcache_pool
parent: oslo.cache-functional-memcached
vars:
tox_environment:
OSLO_BACKEND: memcache_pool
- project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- oslo.cache-functional-etcd3gw
- oslo.cache-functional-dogpile.cache.bmemcached
- oslo.cache-functional-memcache_pool