Files
MaxScale/maxscale-system-test/keepalived_func.h
Markus Mäkelä 13d0c818f3 Stop keepalived after the test
Stopping keepalived on all nodes prevents it from interfering with tests
run after it.
2018-10-08 10:08:46 +03:00

14 lines
339 B
C

#ifndef KEEPALIVED_FUNC_H
#define KEEPALIVED_FUNC_H
#include "testconnections.h"
#define FAILOVER_WAIT_TIME 20
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