diff options
author | Martin Schwenke <martin@meltin.net> | 2014-02-18 11:02:49 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2014-03-23 04:20:14 +0100 |
commit | 263e5eabf8d55c7f53db597b8fcede831c211e45 (patch) | |
tree | 6b529c873cddb572aae44dd79288ad1a8352e2ef | |
parent | a947cf6c0c3e1453ec833033dcd2edaa9490a55b (diff) | |
download | samba-263e5eabf8d55c7f53db597b8fcede831c211e45.tar.gz samba-263e5eabf8d55c7f53db597b8fcede831c211e45.tar.xz samba-263e5eabf8d55c7f53db597b8fcede831c211e45.zip |
ctdb-tests: Remove old, unused copy of a CTDB tool unit test
This looks to have got left behind a long time ago when things got
moved around...
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
-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 |