Stop keepalived after the test

Stopping keepalived on all nodes prevents it from interfering with tests
run after it.
This commit is contained in:
Markus Mäkelä
2018-10-08 10:04:01 +03:00
parent a0d12191da
commit 13d0c818f3
4 changed files with 11 additions and 0 deletions

View File

@ -182,6 +182,7 @@ int main(int argc, char* argv[])
// Test->repl->require_gtid(false);
// Test->repl->start_replication();
stop_keepalived(Test);
int rval = Test->global_result;
delete Test;
return rval;