Merge remote branch 'martins/tests'
[sahlberg/ctdb.git] / tests / takeover / testcases / nondet.002.sh
diff --git a/tests/takeover/testcases/nondet.002.sh b/tests/takeover/testcases/nondet.002.sh
new file mode 100755 (executable)
index 0000000..9a4ef44
--- /dev/null
@@ -0,0 +1,29 @@
+#!/bin/sh
+
+. "${TAKEOVER_TESTS_DIR}/common.sh"
+
+define_test "3 nodes, 2 healthy"
+
+required_result <<EOF
+192.168.21.254 2
+192.168.21.253 0
+192.168.21.252 0
+192.168.20.254 2
+192.168.20.253 2
+192.168.20.252 0
+192.168.20.251 2
+192.168.20.250 0
+192.168.20.249 0
+EOF
+
+simple_test 0,2,0 <<EOF
+192.168.20.249 0
+192.168.20.250 1
+192.168.20.251 2
+192.168.20.252 0
+192.168.20.253 1
+192.168.20.254 2
+192.168.21.252 0
+192.168.21.253 1
+192.168.21.254 2
+EOF