summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/eventscripts/10.interface.monitor.003.sh
blob: 1eb7916b932f5e2934e50c2927592ebf2800f5dd (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 interface down"

setup_ctdb

iface=$(ctdb_get_1_interface)

ethtool_interfaces_down $iface

required_result 1 "ERROR: No link on the public network interface $iface"

simple_test