ctdb-tests: Remove ctdb reloadips tests
authorAmitay Isaacs <amitay@gmail.com>
Thu, 28 Apr 2016 05:40:22 +0000 (15:40 +1000)
committerAmitay Isaacs <amitay@samba.org>
Tue, 10 May 2016 20:51:22 +0000 (22:51 +0200)
Since there are no public IPs setup, these tests do not really test the
functionality.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/tests/tool/stubby.reloadips.001.sh [deleted file]
ctdb/tests/tool/stubby.reloadips.002.sh [deleted file]
ctdb/tests/tool/stubby.reloadips.003.sh [deleted file]

diff --git a/ctdb/tests/tool/stubby.reloadips.001.sh b/ctdb/tests/tool/stubby.reloadips.001.sh
deleted file mode 100755 (executable)
index b884779..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-. "${TEST_SCRIPTS_DIR}/unit.sh"
-
-define_test "Single node reload"
-
-required_result 0 <<EOF
-Fake reload public IPs on node 0
-Fake takeover run on recovery master 1
-EOF
-
-simple_test <<EOF
-NODEMAP
-0      192.168.20.41   0x0     CURRENT
-1      192.168.20.42   0x0     RECMASTER
-2      192.168.20.43   0x0
-EOF
diff --git a/ctdb/tests/tool/stubby.reloadips.002.sh b/ctdb/tests/tool/stubby.reloadips.002.sh
deleted file mode 100755 (executable)
index 4fc5cda..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-. "${TEST_SCRIPTS_DIR}/unit.sh"
-
-define_test "Single node reload, more debug"
-
-CTDB_DEBUGLEVEL=4
-
-required_result 0 <<EOF
-Disable takeover runs reply received from node 0
-Disable takeover runs reply received from node 1
-Disable takeover runs reply received from node 2
-Fake reload public IPs on node 0
-Enable takeover runs reply received from node 0
-Enable takeover runs reply received from node 1
-Enable takeover runs reply received from node 2
-Fake takeover run on recovery master 1
-EOF
-
-simple_test <<EOF
-NODEMAP
-0      192.168.20.41   0x0     CURRENT
-1      192.168.20.42   0x0     RECMASTER
-2      192.168.20.43   0x0
-EOF
diff --git a/ctdb/tests/tool/stubby.reloadips.003.sh b/ctdb/tests/tool/stubby.reloadips.003.sh
deleted file mode 100755 (executable)
index b916e24..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-. "${TEST_SCRIPTS_DIR}/unit.sh"
-
-define_test "All node reload"
-
-required_result 0 <<EOF
-Fake reload public IPs on node 0
-Fake reload public IPs on node 1
-Fake reload public IPs on node 2
-Fake takeover run on recovery master 1
-EOF
-
-simple_test all <<EOF
-NODEMAP
-0      192.168.20.41   0x0     CURRENT
-1      192.168.20.42   0x0     RECMASTER
-2      192.168.20.43   0x0
-EOF