83de99cdad
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 |
||
---|---|---|
.. | ||
tests/functional |