ovn-org / ovn-heater

Mega script to deploy/configure/run OVN scale tests.
Apache License 2.0
12 stars 12 forks source link

Add support for simulating failures in the cluster. #143

Open dceara opened 1 year ago

dceara commented 1 year ago

For example, during a test run, at a given iteration simulate that a component (e.g., ovsdb-server) crashes.

One way of currently doing this is to use the ext_cmd support in ovn-heater. It's generic enough so it might turn out that writing some samples about how to simulate component failures at different times is enough for closing this issue.

dceara commented 1 year ago

CC: @igsilya @putnopvut