1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/ctdb/tests/eventscripts/10.interface.monitor.014.sh
Martin Schwenke 8c81fb9d9a ctdb-tests: 10.interface event script setup modularisation
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2018-03-28 02:57:19 +02:00

17 lines
246 B
Bash
Executable File

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "spurious addresses on interface, no action"
setup
iface=$(ctdb_get_1_interface)
ip addr add 192.168.253.253/24 dev $iface
ip addr add 192.168.254.254/24 dev $iface
ok_null
simple_test