Testing: Add Python IP allocation simulation.
authorMartin Schwenke <martin@meltin.net>
Fri, 30 Jul 2010 06:45:36 +0000 (16:45 +1000)
committerMartin Schwenke <martin@meltin.net>
Fri, 30 Jul 2010 06:45:36 +0000 (16:45 +1000)
commit10e701fa9bba2a166c947a5a18f231ff64d9b861
tree2104695d4c2744598629dcc60ab82f6bd841719c
parent53e6b9d1ba379ae27433871d1741c894cd71ccc1
Testing: Add Python IP allocation simulation.

Includes simulation module and example scenarios.  This allows you to
test and perhaps tweak an algorithm that should be the same as the
current CTDB IP reallocation one.

Signed-off-by: Martin Schwenke <martin@meltin.net>
.gitignore
tests/takeover/README [new file with mode: 0644]
tests/takeover/ctdb_takeover.py [new file with mode: 0755]
tests/takeover/mgmt_simple.py [new file with mode: 0755]
tests/takeover/node_pool_extra.py [new file with mode: 0755]
tests/takeover/node_pool_simple.py [new file with mode: 0755]
tests/takeover/nondet_path_01.py [new file with mode: 0755]