mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
8c81fb9d9a
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
19 lines
296 B
Bash
Executable File
19 lines
296 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "Missing interface, CTDB_PARTIALLY_ONLINE_INTERFACES=yes, warn"
|
|
|
|
setup
|
|
|
|
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
|