repo.or.cz
/
samba4-gss.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ctdb-server: Use find_public_ip_vnn() in a couple of extra places
[samba4-gss.git]
/
ctdb
/
tests
/
UNIT
/
onnode
/
0004.sh
blob
d0986b2ffdac9a8fef7343d3b4bb2e5940e819bd
1
#!/bin/sh
2
3
.
"
${TEST_SCRIPTS_DIR}
/unit.sh"
4
5
cmd
=
"
$ONNODE
-pq all hostname"
6
7
define_test
"
$cmd
"
"all nodes OK"
8
9
required_result
<<EOF
10
-n 192.168.1.101 hostname
11
-n 192.168.1.102 hostname
12
-n 192.168.1.103 hostname
13
-n 192.168.1.104 hostname
14
EOF
15
16
simple_test
-s
$cmd