1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/ctdb/tests/eventscripts/10.interface.monitor.018.sh
Martin Schwenke 8ed0cacaf4 ctdb-tests: Add some 10.interfaces VLAN tests
One without a bond, one with a bond.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2015-07-14 09:57:17 +02:00

21 lines
356 B
Bash
Executable File

#!/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