mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
aaa6565977
It currently has my home directory pasted into it. That can't be right... ;-) Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 5d6e71cf6e1e0665ec96e7e4e2cfd31f40ebabae)
15 lines
287 B
Bash
Executable File
15 lines
287 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "missing config, no takeip, ipreallocated"
|
|
|
|
setup_ctdb
|
|
setup_ctdb_policy_routing
|
|
|
|
required_result 1 <<EOF
|
|
error: CTDB_PER_IP_ROUTING_CONF=${TEST_SUBDIR}/etc-ctdb/policy_routing file not found
|
|
EOF
|
|
|
|
simple_test_event "ipreallocated"
|