mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
8e7facc5d3
Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit bd4ff176387372b1c233373c0bc8ced523fc9670)
23 lines
503 B
Bash
Executable File
23 lines
503 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "1 IP configured, ipreallocated, more routes, reconfigure"
|
|
|
|
setup_ctdb
|
|
setup_ctdb_policy_routing
|
|
|
|
create_policy_routing_config 1
|
|
|
|
# no takeip, but ipreallocated should add any missing routes
|
|
ok_null
|
|
simple_test_event "ipreallocated"
|
|
|
|
create_policy_routing_config 1 default
|
|
|
|
# reconfigure should update routes even though rules are unchanged
|
|
ok 'Reconfiguring service "13.per_ip_routing"...'
|
|
simple_test_event "reconfigure"
|
|
|
|
check_routes 1 default
|