Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
Samba Server: update vendor to version 4.4.3
|
File size:
364 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | . "${TEST_SCRIPTS_DIR}/unit.sh"
|
---|
4 |
|
---|
5 | define_test "3 nodes, 1 disconnected"
|
---|
6 |
|
---|
7 | required_result 0 <<EOF
|
---|
8 | RECMASTER: YES
|
---|
9 | LMASTER: YES
|
---|
10 | LVS: NO
|
---|
11 | EOF
|
---|
12 |
|
---|
13 | simple_test <<EOF
|
---|
14 | NODEMAP
|
---|
15 | 0 192.168.20.41 0x0 CURRENT RECMASTER
|
---|
16 | 1 192.168.20.42 0x1
|
---|
17 | 2 192.168.20.43 0x0
|
---|
18 |
|
---|
19 | IFACES
|
---|
20 | :Name:LinkStatus:References:
|
---|
21 | :eth2:1:2:
|
---|
22 | :eth1:1:4:
|
---|
23 |
|
---|
24 | VNNMAP
|
---|
25 | 654321
|
---|
26 | 0
|
---|
27 | 1
|
---|
28 | 2
|
---|
29 | EOF
|
---|
Note:
See
TracBrowser
for help on using the repository browser.