Stop keepalived after the test
Stopping keepalived on all nodes prevents it from interfering with tests run after it.
This commit is contained in:
@ -96,6 +96,7 @@ int main(int argc, char* argv[])
|
||||
Test->add_result(false, "Failover did not happen");
|
||||
}
|
||||
|
||||
stop_keepalived(Test);
|
||||
int rval = Test->global_result;
|
||||
delete Test;
|
||||
return rval;
|
||||
|
||||
Reference in New Issue
Block a user