5b48b7ceff
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
7 lines
211 B
Plaintext
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"
|
|
}
|