mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
cfef702363
Less copying and pasting is a good thing... Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 7d4b8cce96f33fff647a0c9d259c121dfc8403e9)
16 lines
179 B
Bash
Executable File
16 lines
179 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "not configured"
|
|
|
|
setup_ctdb
|
|
|
|
ok_null
|
|
simple_test_event "takeip"
|
|
|
|
ok_null
|
|
simple_test_event "ipreallocate"
|
|
|
|
check_routes 0
|