6c73ace4f7
This adds functional tests with redis and redis sentinel, to ensure the current implementation can initialize clients properly. Change-Id: I6318f6ad00d5b0ee3db1be5e8671a4c346b9daff
9 lines
342 B
Plaintext
9 lines
342 B
Plaintext
# This file contains runtime (non-python) dependencies
|
|
# More info at: https://docs.openstack.org/infra/bindep/readme.html
|
|
|
|
etcd [tests-functional-etcd]
|
|
memcached [tests-functional-memcached]
|
|
redis [platform:rpm tests-functional-redis]
|
|
redis-server [platform:dpkg tests-functional-redis]
|
|
redis-sentinel [platform:dpkg tests-functional-redis]
|