summaryrefslogtreecommitdiffstats
path: root/ctdb
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-02-18 12:12:06 +1100
committerAmitay Isaacs <amitay@samba.org>2014-03-23 04:20:14 +0100
commit75cf99b9da1677fa83197d111d757e14041dae05 (patch)
tree2713fb6d9d5e69913abb75effdaa62d1623eafe1 /ctdb
parent3af858e6f4990599c23b54d05c42187400fd1426 (diff)
downloadsamba-75cf99b9da1677fa83197d111d757e14041dae05.tar.gz
samba-75cf99b9da1677fa83197d111d757e14041dae05.tar.xz
samba-75cf99b9da1677fa83197d111d757e14041dae05.zip
ctdb-tests: Update ctdb stub LVS tests and add some new ones
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb')
-rwxr-xr-xctdb/tests/tool/stubby.lvs.001.sh3
-rwxr-xr-xctdb/tests/tool/stubby.lvs.002.sh29
-rwxr-xr-xctdb/tests/tool/stubby.lvs.003.sh28
-rwxr-xr-xctdb/tests/tool/stubby.lvsmaster.001.sh3
-rwxr-xr-xctdb/tests/tool/stubby.lvsmaster.002.sh1
-rwxr-xr-xctdb/tests/tool/stubby.lvsmaster.003.sh27
-rwxr-xr-xctdb/tests/tool/stubby.lvsmaster.004.sh27
-rwxr-xr-xctdb/tests/tool/stubby.lvsmaster.005.sh27
-rwxr-xr-xctdb/tests/tool/stubby.lvsmaster.006.sh27
-rwxr-xr-xctdb/tests/tool/stubby.lvsmaster.007.sh27
10 files changed, 194 insertions, 5 deletions
diff --git a/ctdb/tests/tool/stubby.lvs.001.sh b/ctdb/tests/tool/stubby.lvs.001.sh
index 29e9ce0cdc3..22600763bf9 100755
--- a/ctdb/tests/tool/stubby.lvs.001.sh
+++ b/ctdb/tests/tool/stubby.lvs.001.sh
@@ -2,9 +2,8 @@
. "${TEST_SCRIPTS_DIR}/unit.sh"
-define_test "3 nodes, all ok"
+define_test "3 nodes, no LVS, all ok"
-# This isn't very useful, since the stub for capabilities does set LVS :-)
required_result 0 <<EOF
EOF
diff --git a/ctdb/tests/tool/stubby.lvs.002.sh b/ctdb/tests/tool/stubby.lvs.002.sh
new file mode 100755
index 00000000000..e045273d6cc
--- /dev/null
+++ b/ctdb/tests/tool/stubby.lvs.002.sh
@@ -0,0 +1,29 @@
+#!/bin/sh
+
+. "${TEST_SCRIPTS_DIR}/unit.sh"
+
+define_test "3 nodes, all LVS, all ok"
+
+required_result 0 <<EOF
+0:192.168.20.41
+1:192.168.20.42
+2:192.168.20.43
+EOF
+
+simple_test <<EOF
+NODEMAP
+0 192.168.20.41 0x0 CURRENT RECMASTER CTDB_CAP_LVS
+1 192.168.20.42 0x0 CTDB_CAP_LVS
+2 192.168.20.43 0x0 CTDB_CAP_LVS
+
+IFACES
+:Name:LinkStatus:References:
+:eth2:1:2:
+:eth1:1:4:
+
+VNNMAP
+654321
+0
+1
+2
+EOF
diff --git a/ctdb/tests/tool/stubby.lvs.003.sh b/ctdb/tests/tool/stubby.lvs.003.sh
new file mode 100755
index 00000000000..6870760c7c0
--- /dev/null
+++ b/ctdb/tests/tool/stubby.lvs.003.sh
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+. "${TEST_SCRIPTS_DIR}/unit.sh"
+
+define_test "3 nodes, some LVS, all ok"
+
+required_result 0 <<EOF
+0:192.168.20.41
+2:192.168.20.43
+EOF
+
+simple_test <<EOF
+NODEMAP
+0 192.168.20.41 0x0 CURRENT RECMASTER CTDB_CAP_LVS
+1 192.168.20.42 0x0
+2 192.168.20.43 0x0 CTDB_CAP_LVS
+
+IFACES
+:Name:LinkStatus:References:
+:eth2:1:2:
+:eth1:1:4:
+
+VNNMAP
+654321
+0
+1
+2
+EOF
diff --git a/ctdb/tests/tool/stubby.lvsmaster.001.sh b/ctdb/tests/tool/stubby.lvsmaster.001.sh
index 38de280e348..d883fb9cf5c 100755
--- a/ctdb/tests/tool/stubby.lvsmaster.001.sh
+++ b/ctdb/tests/tool/stubby.lvsmaster.001.sh
@@ -2,9 +2,8 @@
. "${TEST_SCRIPTS_DIR}/unit.sh"
-define_test "3 nodes, all ok"
+define_test "3 nodes, no LVS, all ok"
-# This isn't very useful, since the stub for capabilities doesn't set LVS :-)
required_result 255 <<EOF
There is no LVS master
EOF
diff --git a/ctdb/tests/tool/stubby.lvsmaster.002.sh b/ctdb/tests/tool/stubby.lvsmaster.002.sh
index ea6e441496d..68b68192d5e 100755
--- a/ctdb/tests/tool/stubby.lvsmaster.002.sh
+++ b/ctdb/tests/tool/stubby.lvsmaster.002.sh
@@ -4,7 +4,6 @@
define_test "3 nodes, current disconnected"
-# This isn't very useful, since the stub for capabilities doesn't set LVS :-)
required_result 10 <<EOF
DATE TIME [PID]: Unable to get nodemap from local node
EOF
diff --git a/ctdb/tests/tool/stubby.lvsmaster.003.sh b/ctdb/tests/tool/stubby.lvsmaster.003.sh
new file mode 100755
index 00000000000..35c1da6b700
--- /dev/null
+++ b/ctdb/tests/tool/stubby.lvsmaster.003.sh
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+. "${TEST_SCRIPTS_DIR}/unit.sh"
+
+define_test "3 nodes, all LVS, all ok"
+
+required_result 0 <<EOF
+Node 0 is LVS master
+EOF
+
+simple_test <<EOF
+NODEMAP
+0 192.168.20.41 0x0 CURRENT RECMASTER CTDB_CAP_LVS
+1 192.168.20.42 0x0 CTDB_CAP_LVS
+2 192.168.20.43 0x0 CTDB_CAP_LVS
+
+IFACES
+:Name:LinkStatus:References:
+:eth2:1:2:
+:eth1:1:4:
+
+VNNMAP
+654321
+0
+1
+2
+EOF
diff --git a/ctdb/tests/tool/stubby.lvsmaster.004.sh b/ctdb/tests/tool/stubby.lvsmaster.004.sh
new file mode 100755
index 00000000000..09ed57d6319
--- /dev/null
+++ b/ctdb/tests/tool/stubby.lvsmaster.004.sh
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+. "${TEST_SCRIPTS_DIR}/unit.sh"
+
+define_test "3 nodes, all LVS, node 0 unhealthy"
+
+required_result 0 <<EOF
+Node 1 is LVS master
+EOF
+
+simple_test <<EOF
+NODEMAP
+0 192.168.20.41 0x2 CURRENT RECMASTER CTDB_CAP_LVS
+1 192.168.20.42 0x0 CTDB_CAP_LVS
+2 192.168.20.43 0x0 CTDB_CAP_LVS
+
+IFACES
+:Name:LinkStatus:References:
+:eth2:1:2:
+:eth1:1:4:
+
+VNNMAP
+654321
+0
+1
+2
+EOF
diff --git a/ctdb/tests/tool/stubby.lvsmaster.005.sh b/ctdb/tests/tool/stubby.lvsmaster.005.sh
new file mode 100755
index 00000000000..0bb0759592a
--- /dev/null
+++ b/ctdb/tests/tool/stubby.lvsmaster.005.sh
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+. "${TEST_SCRIPTS_DIR}/unit.sh"
+
+define_test "3 nodes, all LVS, all unhealthy"
+
+required_result 0 <<EOF
+Node 0 is LVS master
+EOF
+
+simple_test <<EOF
+NODEMAP
+0 192.168.20.41 0x2 CURRENT RECMASTER CTDB_CAP_LVS
+1 192.168.20.42 0x2 CTDB_CAP_LVS
+2 192.168.20.43 0x2 CTDB_CAP_LVS
+
+IFACES
+:Name:LinkStatus:References:
+:eth2:1:2:
+:eth1:1:4:
+
+VNNMAP
+654321
+0
+1
+2
+EOF
diff --git a/ctdb/tests/tool/stubby.lvsmaster.006.sh b/ctdb/tests/tool/stubby.lvsmaster.006.sh
new file mode 100755
index 00000000000..fb3f689a048
--- /dev/null
+++ b/ctdb/tests/tool/stubby.lvsmaster.006.sh
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+. "${TEST_SCRIPTS_DIR}/unit.sh"
+
+define_test "3 nodes, all LVS, nodes 0,1 disabled, node 2 unhealthy"
+
+required_result 0 <<EOF
+Node 2 is LVS master
+EOF
+
+simple_test <<EOF
+NODEMAP
+0 192.168.20.41 0x4 CURRENT RECMASTER CTDB_CAP_LVS
+1 192.168.20.42 0x4 CTDB_CAP_LVS
+2 192.168.20.43 0x2 CTDB_CAP_LVS
+
+IFACES
+:Name:LinkStatus:References:
+:eth2:1:2:
+:eth1:1:4:
+
+VNNMAP
+654321
+0
+1
+2
+EOF
diff --git a/ctdb/tests/tool/stubby.lvsmaster.007.sh b/ctdb/tests/tool/stubby.lvsmaster.007.sh
new file mode 100755
index 00000000000..3057706ec0d
--- /dev/null
+++ b/ctdb/tests/tool/stubby.lvsmaster.007.sh
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+. "${TEST_SCRIPTS_DIR}/unit.sh"
+
+define_test "3 nodes, all LVS, all nodes disabled"
+
+required_result 255 <<EOF
+There is no LVS master
+EOF
+
+simple_test <<EOF
+NODEMAP
+0 192.168.20.41 0x4 CURRENT RECMASTER CTDB_CAP_LVS
+1 192.168.20.42 0x4 CTDB_CAP_LVS
+2 192.168.20.43 0x4 CTDB_CAP_LVS
+
+IFACES
+:Name:LinkStatus:References:
+:eth2:1:2:
+:eth1:1:4:
+
+VNNMAP
+654321
+0
+1
+2
+EOF