mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
6f212aacf8
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
19 lines
303 B
Bash
Executable File
19 lines
303 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "Missing interface, CTDB_PARTIALLY_ONLINE_INTERFACES=yes, warn"
|
|
|
|
setup_ctdb
|
|
|
|
CTDB_PARTIALLY_ONLINE_INTERFACES="yes"
|
|
|
|
iface=$(ctdb_get_1_interface)
|
|
ip link delete "$iface"
|
|
|
|
ok <<EOF
|
|
ERROR: Monitored interface dev123 does not exist
|
|
EOF
|
|
|
|
simple_test
|