1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00
samba-mirror/ctdb/tests/eventscripts/10.interface.monitor.011.sh
Martin Schwenke 87cd76e0c6 ctdb-tests: Use setup_script_options() in 10.interface tests
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2018-03-28 02:57:20 +02:00

22 lines
337 B
Bash
Executable File

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "CTDB_PARTIALLY_ONLINE_INTERFACES, 1 bond down"
setup
iface=$(ctdb_get_1_interface)
setup_bond $iface "None"
setup_script_options <<EOF
CTDB_PARTIALLY_ONLINE_INTERFACES=yes
EOF
ethtool_interfaces_down "$iface"
ok "ERROR: No active slaves for bond device $iface"
simple_test