c1a3119479e140a0fcbadfb6e7706c23dac96cca
[jlayton/samba.git] / ctdb / tests / tool / ctdb.setifacelink.002.sh
1 #!/bin/sh
2
3 . "${TEST_SCRIPTS_DIR}/unit.sh"
4
5 define_test "invalid interface"
6
7 setup_ctdbd <<EOF
8 NODEMAP
9 0       192.168.20.41   0x0     CURRENT RECMASTER
10 1       192.168.20.42   0x0
11 2       192.168.20.43   0x0
12
13 IFACES
14 :Name:LinkStatus:References:
15 :eth2:1:2:
16 :eth1:0:4:
17 EOF
18
19 result_filter ()
20 {
21         sed -e 's|^[^:]*:[0-9][0-9]* |FILE:LINE |'
22 }
23
24 required_result 1 <<EOF
25 ctdb_control error: 'interface not found'
26 FILE:LINE ctdb_control for set iface link failed ret:-1 res:-1
27 Unable to set link state for interfaces eth0 node 0
28 EOF
29 simple_test eth0 down