summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/UNIT/eventscripts/10.interface.monitor.006.sh
blob: 5facf0850ec20f4a4f0a007f73c663931551cef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "1 bond, active slaves, link down"

setup

iface=$(ctdb_get_1_interface)

setup_bond $iface "" "down"

required_result 1 "ERROR: public network interface $iface is down"

simple_test