summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/eventscripts/13.per_ip_routing.019.sh
blob: 072c929d8b4f719bd9e4c315101de02a7bc490da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/sh

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "1 IP configured, ipreallocated, less routes, reconfigure"

setup_ctdb
setup_ctdb_policy_routing

create_policy_routing_config 1 default

# no takeip, but ipreallocated should add any missing routes
ok_null
simple_test_event "ipreallocated"

# rewrite the configuration to take out the default routes, as per the
# above change to $args
create_policy_routing_config 1

# reconfigure should update routes even though rules are unchanged
ok "Reconfiguring service \""${service_name}\""..."
simple_test_event "reconfigure"

check_routes 1