MaxScale/maxscale-system-test/keepalived_func.h
Timofey Turenko 022c226d4b
Mxs 1665 keepalived masterdown test (#171)
* add keepalived_masterdown test

* add missing cnfs
2018-03-16 15:14:14 +02:00

13 lines
290 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);
#endif // KEEPALIVED_FUNC_H