Move orphaned unit tests to cmdlib/cluster_unittest.py
authorHelga Velroyen <helgav@google.com>
Tue, 15 Oct 2013 11:07:21 +0000 (13:07 +0200)
committerHelga Velroyen <helgav@google.com>
Wed, 16 Oct 2013 08:59:39 +0000 (10:59 +0200)
commit5859dad6e4579354f4c66a9370a016df4fac96c3
treebeda7b76b024b7e0275f189bcb0cfc9b0b917723
parentf505e3ee37f7ec4e5efd6af53d44bfad28fa07dc
Move orphaned unit tests to cmdlib/cluster_unittest.py

Through some merge from 2.9 to master, some unit tests
in the file ganeti.comdlib.common_unittest.py were
no longer referenced in the Makefile and as such not
run anymore. With the introduction of the cmdlib test
suite and the following extension of the unit tests,
the orphaned unit tests (which are not already subsumed
by others) are moved into the new unit test files.

Signed-off-by: Helga Velroyen <helgav@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>
test/py/cmdlib/cluster_unittest.py
test/py/ganeti.cmdlib.common_unittest.py [deleted file]