1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/ctdb/tests/eventscripts/10.interface.monitor.017.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
467 B
Bash
Executable File

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "1 VLAN, link down"
setup_ctdb
iface=$(ctdb_get_1_interface)
ethtool_interfaces_down "$iface"
# This just exercises the VLAN checking code, which will allow us to
# determine that real0 is not a bond.
realiface="real0"
ip link add link "$realiface" name "$iface" type vlan id 11
ip link set "${iface}@${realiface}" up
required_result 1 "ERROR: No link on the public network interface ${iface}"
simple_test