blob: 3724de04cbeb0ed47dd101b671e99b6c40658c22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "empty config, takeip"
setup
create_policy_routing_config 0
public_address=$(ctdb_get_1_public_address)
ok_null
simple_test_event "takeip" $public_address
# empty configuration file should mean there are no routes
check_routes 0
|