mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
5d2c9436ed
This is low value and will no longer be supported. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
31 lines
464 B
Bash
Executable File
31 lines
464 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "all, 3 nodes, 1 disconnected"
|
|
|
|
required_result 1 <<EOF
|
|
Number of nodes:3
|
|
pnn:0 192.168.20.41 OK
|
|
pnn:1 192.168.20.42 DISCONNECTED|INACTIVE
|
|
pnn:2 192.168.20.43 OK (THIS NODE)
|
|
EOF
|
|
|
|
simple_test all <<EOF
|
|
NODEMAP
|
|
0 192.168.20.41 0x0
|
|
1 192.168.20.42 0x1
|
|
2 192.168.20.43 0x0 CURRENT RECMASTER
|
|
|
|
IFACES
|
|
:Name:LinkStatus:References:
|
|
:eth2:1:2:
|
|
:eth1:1:4:
|
|
|
|
VNNMAP
|
|
654321
|
|
0
|
|
1
|
|
2
|
|
EOF
|