mirror of
https://github.com/samba-team/samba.git
synced 2025-02-10 13:57:47 +03:00
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
18 lines
290 B
Bash
Executable File
18 lines
290 B
Bash
Executable File
#!/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
|