diff options
author | Martin Schwenke <martin@meltin.net> | 2012-04-12 14:17:46 +1000 |
---|---|---|
committer | Martin Schwenke <martin@meltin.net> | 2012-04-16 14:57:44 +1000 |
commit | 39317325f54d7d59602addcb96d45baf2ea24337 (patch) | |
tree | 7d12245f06e872e733b7827275c4bfb3d7abb30f /ctdb/tests/takeover | |
parent | d4785e813aa5c2abf651c105edb1a8874afd1137 (diff) | |
download | samba-39317325f54d7d59602addcb96d45baf2ea24337.tar.gz samba-39317325f54d7d59602addcb96d45baf2ea24337.tar.xz samba-39317325f54d7d59602addcb96d45baf2ea24337.zip |
Tests - IP allocation - add another LCP2 test based on a test failure
Signed-off-by: Martin Schwenke <martin@meltin.net>
(This used to be ctdb commit 89e322562f25dcb8d84357a19e71b2272b2f29a8)
Diffstat (limited to 'ctdb/tests/takeover')
-rwxr-xr-x | ctdb/tests/takeover/testcases/lcp2.011.sh | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/ctdb/tests/takeover/testcases/lcp2.011.sh b/ctdb/tests/takeover/testcases/lcp2.011.sh new file mode 100755 index 0000000000..127a7a3491 --- /dev/null +++ b/ctdb/tests/takeover/testcases/lcp2.011.sh @@ -0,0 +1,45 @@ +#!/bin/sh + +. "${TAKEOVER_TESTS_DIR}/common.sh" + +define_test "2 disjoint groups of nodes/addresses, continue a stopped node" + +# Another LCP2 1.0 bug + +export CTDB_TEST_LOGLEVEL=0 + +required_result <<EOF +10.11.19.46 3 +10.11.19.45 3 +10.11.19.44 1 +10.11.18.46 1 +10.11.18.45 3 +10.11.18.44 1 +10.11.17.46 3 +10.11.17.45 3 +10.11.17.44 1 +10.11.16.46 1 +10.11.16.45 3 +10.11.16.44 1 +9.11.136.46 2 +9.11.136.45 0 +9.11.136.44 2 +EOF + +simple_test 0,0,0,0 <<EOF +9.11.136.44 2 0,2 +9.11.136.45 2 0,2 +9.11.136.46 2 0,2 +10.11.16.44 1 1,3 +10.11.16.45 3 1,3 +10.11.16.46 1 1,3 +10.11.17.44 1 1,3 +10.11.17.45 3 1,3 +10.11.17.46 3 1,3 +10.11.18.44 1 1,3 +10.11.18.45 3 1,3 +10.11.18.46 1 1,3 +10.11.19.44 1 1,3 +10.11.19.45 3 1,3 +10.11.19.46 3 1,3 +EOF |