1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/ctdb/tests/takeover
Martin Schwenke 8ca117a68e ctdb:tests: Rework unit test result filtering
Using a variable is too fragile, so use a function instead.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Michael Adam <obnox@samba.org>
2013-11-27 18:46:17 +01:00
..
scripts ctdb:tests: Rework unit test result filtering 2013-11-27 18:46:17 +01:00
simulation tests/takeover - Restructure according to new convention 2012-04-16 15:57:16 +10:00
det.001.sh recoverd: Add debug message when dropping IPs in IP allocation 2013-05-07 16:20:46 +10:00
det.002.sh recoverd: Add debug message when dropping IPs in IP allocation 2013-05-07 16:20:46 +10:00
det.003.sh tests/takeover: Initial tests for deterministic IPs 2013-01-08 10:16:11 +11:00
lcp2.001.sh tests/takeover - Restructure according to new convention 2012-04-16 15:57:16 +10:00
lcp2.002.sh tests/takeover - Restructure according to new convention 2012-04-16 15:57:16 +10:00
lcp2.003.sh tests/takeover - Restructure according to new convention 2012-04-16 15:57:16 +10:00
lcp2.004.sh tests/takeover - Restructure according to new convention 2012-04-16 15:57:16 +10:00
lcp2.005.sh recoverd: Trying to failback more IPs no longer allocates unassigned IPs 2013-01-08 10:16:11 +11:00
lcp2.006.sh tests/takeover - Restructure according to new convention 2012-04-16 15:57:16 +10:00
lcp2.007.sh tests/takeover - Restructure according to new convention 2012-04-16 15:57:16 +10:00
lcp2.008.sh tests/takeover - Restructure according to new convention 2012-04-16 15:57:16 +10:00
lcp2.009.sh tests/takeover - Restructure according to new convention 2012-04-16 15:57:16 +10:00
lcp2.010.sh tests/takeover - Restructure according to new convention 2012-04-16 15:57:16 +10:00
lcp2.011.sh tests/takeover - Restructure according to new convention 2012-04-16 15:57:16 +10:00
lcp2.012.sh tests/takeover: Allow per-node tunable settings 2013-05-07 16:20:46 +10:00
lcp2.013.sh tests/takeover: Allow per-node tunable settings 2013-05-07 16:20:46 +10:00
lcp2.014.sh tests/takeover: Add some LCP2 tests for case when no node are healthy 2013-01-08 10:16:11 +11:00
lcp2.015.sh tests/takeover: Add some LCP2 tests for case when no node are healthy 2013-01-08 10:16:11 +11:00
lcp2.016.sh tests/takeover: Add some LCP2 tests for case when no node are healthy 2013-01-08 10:16:11 +11:00
lcp2.017.sh recoverd: Fix tunable NoIPTakeoverOnDisabled, rename to NoIPHostOnAllDisabled 2013-05-07 16:20:46 +10:00
lcp2.018.sh recoverd: Fix tunable NoIPTakeoverOnDisabled, rename to NoIPHostOnAllDisabled 2013-05-07 16:20:46 +10:00
lcp2.019.sh recoverd: Fix tunable NoIPTakeoverOnDisabled, rename to NoIPHostOnAllDisabled 2013-05-07 16:20:46 +10:00
lcp2.020.sh tests/takeover: Add takeover tests, mostly for NoIPHostOnAllDisabled 2013-05-07 16:20:46 +10:00
lcp2.021.sh tests/takeover: Add takeover tests, mostly for NoIPHostOnAllDisabled 2013-05-07 16:20:46 +10:00
lcp2.022.sh ctdb-tests/takeover: Fix bogus test description 2013-11-27 18:46:16 +01:00
lcp2.023.sh tests/takeover: Add takeover tests, mostly for NoIPHostOnAllDisabled 2013-05-07 16:20:46 +10:00
lcp2.024.sh tests/takeover: New tests to check runstate handling 2013-05-24 16:27:55 +10:00
lcp2.025.sh tests/takeover: New tests to check runstate handling 2013-05-24 16:27:55 +10:00
lcp2.026.sh tests/takeover: New tests to check runstate handling 2013-05-24 16:27:55 +10:00
lcp2.027.sh tests/takeover: LCP2 tests for weird, unbalanced corner-cases 2013-05-24 22:31:21 +10:00
lcp2.028.sh tests/takeover: LCP2 tests for weird, unbalanced corner-cases 2013-05-24 22:31:21 +10:00
lcp2.029.sh tests/takeover: LCP2 tests for weird, unbalanced corner-cases 2013-05-24 22:31:21 +10:00
lcp2.030.sh tests/takeover: New test with 900 IPs 2013-05-24 22:31:22 +10:00
nondet.001.sh recoverd: Add debug message when dropping IPs in IP allocation 2013-05-07 16:20:46 +10:00
nondet.002.sh recoverd: Add debug message when dropping IPs in IP allocation 2013-05-07 16:20:46 +10:00
nondet.003.sh tests/takeover - Restructure according to new convention 2012-04-16 15:57:16 +10:00
README tests: Update README files and add new README files where missing 2012-04-27 15:40:43 +10:00

Unit tests for the CTDB IP allocation algorithm(s).

Test case filenames look like <algorithm>.NNN.sh, where <algorithm>
indicates the IP allocation algorithm to use.  These use the
ctdb_takeover_test test program.