83de99cdad63785d8564fe5763176385ab8edbcb
Refactoring the functional tests by using the standard usages [1] and best pratices available in the oslo.cache documentation. The main goal of these changes is to help us to test oslo.cache in the way that quite close to real life usages. To test new backend now we just need to create the associated test class dedicated to pass backend's config fixture. These changes allow to test a new backend by: - passing the right config to backend by using dedicated config fixture; - adding the zuul job dedicated to manage functional tests against etcd backend; - adding the right server backend to bindep. [1] https://docs.openstack.org/oslo.cache/latest/user/usage.html Change-Id: Iaf196d2d93225afa54e324fb830761049059926e
Team and repository tags
oslo.cache
oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.cache/latest/
- Source: https://opendev.org/openstack/oslo.cache/
- Bugs: https://bugs.launchpad.net/oslo.cache
- Release notes: https://docs.openstack.org/releasenotes/oslo.cache/
Description
Languages
Python
100%