mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
3d5b80f26a
Signed-off-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Wed Mar 26 06:24:01 CET 2014 on sn-devel-104
26 lines
441 B
Bash
Executable File
26 lines
441 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "master node, static routes"
|
|
|
|
setup_ctdb
|
|
|
|
setup_ctdb_natgw <<EOF
|
|
192.168.1.21 master
|
|
192.168.1.22
|
|
192.168.1.23
|
|
192.168.1.24
|
|
EOF
|
|
|
|
export CTDB_NATGW_STATIC_ROUTES="10.1.1.0/24 10.1.2.0/24"
|
|
|
|
ok_null
|
|
simple_test_event "ipreallocated"
|
|
|
|
ok_natgw_master_static_routes
|
|
simple_test_command ip route show
|
|
|
|
ok_natgw_master_ip_addr_show
|
|
simple_test_command ip addr show "$CTDB_NATGW_PUBLIC_IFACE"
|