wafsamba: fix pidl dependencies to rebuild on pidl changes
[Samba.git] / ctdb / tests / tool / ctdb.ifaces.001.sh
blob5b9278765e1593dd93c1a7693488491633904ed1
1 #!/bin/sh
3 . "${TEST_SCRIPTS_DIR}/unit.sh"
5 define_test "basic interface listing test"
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
13 IFACES
14 :Name:LinkStatus:References:
15 :eth2:1:2:
16 :eth1:1:4:
17 EOF
19 ok <<EOF
20 Interfaces on node 0
21 name:eth2 link:up references:2
22 name:eth1 link:up references:4
23 EOF
24 simple_test