mirror of
https://github.com/samba-team/samba.git
synced 2025-02-09 09:57:48 +03:00
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
28 lines
470 B
Bash
Executable File
28 lines
470 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "slave node, no gateway"
|
|
|
|
setup
|
|
|
|
setup_ctdb_natgw <<EOF
|
|
192.168.1.21
|
|
192.168.1.22 master
|
|
192.168.1.23
|
|
192.168.1.24
|
|
EOF
|
|
|
|
setup_script_options <<EOF
|
|
CTDB_NATGW_DEFAULT_GATEWAY=""
|
|
EOF
|
|
|
|
ok_null
|
|
simple_test_event "ipreallocated"
|
|
|
|
ok "default via ${FAKE_CTDB_NATGW_MASTER} dev ethXXX metric 10 "
|
|
simple_test_command ip route show
|
|
|
|
ok_natgw_slave_ip_addr_show
|
|
simple_test_command ip addr show "$CTDB_NATGW_PUBLIC_IFACE"
|