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

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "VLAN on bond, active slaves, link down"

setup_ctdb

iface=$(ctdb_get_1_interface)

bond="bond0"

setup_bond "$bond" "" "down"

ip link add link "$bond" name "$iface" type vlan id 11
ip link set "${iface}@${bond}" up

required_result 1 "ERROR: public network interface ${bond} is down"

simple_test