neutron/devstack/lib/loki
Nate Johnston 5b48b7ceff Add Loki testing for Neutron
This commit adds a non-voting job, based on tempest, which enables the
transient DB failure injection module 'loki' [1].  This will test
neutron resilience to database errors.

[1] https://docs.openstack.org/neutron/latest//contributor/testing/db_transient_failure_injection.html

Co-Authored-By: Slawek Kaplonski <skaplons@redhat.com>

Change-Id: Ie6293923a4a4744888bf3ee36007267ef0fddfd9
2020-08-05 20:38:52 +00:00

7 lines
211 B
Plaintext

# For more information on loki, see:
# https://docs.openstack.org/neutron/latest//contributor/testing/db_transient_failure_injection.html
function configure_loki {
neutron_service_plugin_class_add "loki"
}