summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/eventscripts/10.interface.monitor.014.sh
blob: ab23d307c29163c91ec270f2f6ddfa6060a36885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "spurious addresses on interface, no action"

setup_ctdb

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