wafsamba: fix pidl dependencies to rebuild on pidl changes
[Samba.git] / ctdb / tests / eventscripts / 13.per_ip_routing.002.sh
blob6925983bafad2a840528c1c4ebf448e835a3eee9
1 #!/bin/sh
3 . "${TEST_SCRIPTS_DIR}/unit.sh"
5 define_test "missing config file"
7 setup
9 # Error because policy routing is configured but the configuration
10 # file is missing.
11 required_result 1 <<EOF
12 error: CTDB_PER_IP_ROUTING_CONF=${CTDB_BASE}/policy_routing file not found
13 EOF
15 for i in "startup" "ipreallocated" "monitor" ; do
16 simple_test_event "$i"
17 done