1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/ctdb/tests/takeover
Martin Schwenke eac5edf322 Testing: IP allocation simulation - Tweak options handling and Cluster.diff().
process_args() must now be called by programs inporting this module.
Options are put into global variable "options", which can be
references using "ctdb_takeover.options".

Can now pass extra option specifications to process_args().

Remove global variable prev and make it a Cluster object variable.

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit a32298e7bc819694518e859f100f9444ff5663cd)
2010-08-02 14:20:12 +10:00
..
ctdb_takeover.py Testing: IP allocation simulation - Tweak options handling and Cluster.diff(). 2010-08-02 14:20:12 +10:00
mgmt_simple.py Testing: Add Python IP allocation simulation. 2010-07-30 16:45:36 +10:00
node_pool_extra.py Testing: Add Python IP allocation simulation. 2010-07-30 16:45:36 +10:00
node_pool_simple.py Testing: Add Python IP allocation simulation. 2010-07-30 16:45:36 +10:00
nondet_path_01.py Testing: Add Python IP allocation simulation. 2010-07-30 16:45:36 +10:00
README Testing: Add Python IP allocation simulation. 2010-07-30 16:45:36 +10:00

This contains a Python simulation of CTDB's IP reallocation algorithm.

It is useful for experimenting with improvements.