diff options
-rwxr-xr-x | ctdb/tests/tool/testcases/stubby.nodestatus.005.sh | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/ctdb/tests/tool/testcases/stubby.nodestatus.005.sh b/ctdb/tests/tool/testcases/stubby.nodestatus.005.sh deleted file mode 100755 index a18608dd4b..0000000000 --- a/ctdb/tests/tool/testcases/stubby.nodestatus.005.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh - -. "${TESTS_SUBDIR}/common.sh" - -define_test "-n all all, 3 nodes, 1 disconnected" - -required_result 1 <<EOF -Number of nodes:3 -pnn:0 192.168.20.41 OK (THIS NODE) -pnn:1 192.168.20.42 DISCONNECTED|INACTIVE -pnn:2 192.168.20.43 OK -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 -n all 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 |