summaryrefslogtreecommitdiff
path: root/ctdb/tests/eventscripts/10.interface.monitor.011.sh
blob: 21775d41ce5354aef56d8272f0d219ed166a0f82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "CTDB_PARTIALLY_ONLINE_INTERFACES, 1 bond down"

setup_ctdb

iface=$(ctdb_get_1_interface)

setup_bond $iface "None"

export CTDB_PARTIALLY_ONLINE_INTERFACES="yes"

ethtool_interfaces_down "$iface"

ok "ERROR: No active slaves for bond device $iface"

simple_test