Stop keepalived after the tests
Once the tests are done keepalived must be stopped. This is done to prevent it from affecting other tests.
This commit is contained in:
@ -366,6 +366,11 @@ TestConnections::TestConnections(int argc, char* argv[])
|
||||
|
||||
TestConnections::~TestConnections()
|
||||
{
|
||||
for (auto& a : m_on_destroy)
|
||||
{
|
||||
a();
|
||||
}
|
||||
|
||||
if (backend_ssl)
|
||||
{
|
||||
repl->disable_ssl();
|
||||
|
Reference in New Issue
Block a user