smbd: Simplify strict_lock_default with early returns
[Samba.git] / ctdb / tests / eventscripts / 11.natgw.024.sh
blob3d2aed5532df64d5da869ffaae5f1f93bb018e4e
1 #!/bin/sh
3 . "${TEST_SCRIPTS_DIR}/unit.sh"
5 define_test "slave node, static routes, custom gateway"
7 setup_ctdb
9 setup_ctdb_natgw <<EOF
10 192.168.1.21
11 192.168.1.22 master
12 192.168.1.23
13 192.168.1.24
14 EOF
16 export CTDB_NATGW_STATIC_ROUTES="10.1.1.0/24 10.1.2.0/24@10.1.1.253"
18 ok_null
19 simple_test_event "ipreallocated"
21 ok_natgw_slave_static_routes
22 simple_test_command ip route show
24 ok_natgw_slave_ip_addr_show
25 simple_test_command ip addr show "$CTDB_NATGW_PUBLIC_IFACE"