summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/onnode/0001.sh
blob: 3c2d541ef4cfbeed88794ec4debdd1438bf1abc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/sh

. "${ONNODE_TESTS_DIR}/common.sh"

cmd="$ONNODE all hostname"

define_test "$cmd" "all nodes OK"

required_result <<EOF

>> NODE: 192.168.1.101 <<
-n 192.168.1.101 hostname

>> NODE: 192.168.1.102 <<
-n 192.168.1.102 hostname

>> NODE: 192.168.1.103 <<
-n 192.168.1.103 hostname

>> NODE: 192.168.1.104 <<
-n 192.168.1.104 hostname
EOF

simple_test $cmd