Stop keepalived after the test
Stopping keepalived on all nodes prevents it from interfering with tests run after it.
This commit is contained in:
@ -8,5 +8,6 @@
|
||||
char virtual_ip[16];
|
||||
char* print_version_string(TestConnections* Test);
|
||||
void configure_keepalived(TestConnections* Test, char* keepalived_file);
|
||||
void stop_keepalived(TestConnections* Test);
|
||||
|
||||
#endif // KEEPALIVED_FUNC_H
|
||||
|
Reference in New Issue
Block a user