Mxs 1665 keepalived masterdown test (#171)
* add keepalived_masterdown test * add missing cnfs
This commit is contained in:
12
maxscale-system-test/keepalived_func.h
Normal file
12
maxscale-system-test/keepalived_func.h
Normal file
@ -0,0 +1,12 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user