Fix breakage from previous commit e695efb
authorIustin Pop <iustin@google.com>
Sat, 27 Nov 2010 17:34:20 +0000 (17:34 +0000)
committerIustin Pop <iustin@google.com>
Sat, 27 Nov 2010 17:51:50 +0000 (17:51 +0000)
Wrong file name in Makefile.am and wrong naming (.unittest vs
_unittest).

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>

Makefile.am
test/ganeti.hypervisor_unittest.py [moved from test/ganeti.hypervisor.unittest.py with 100% similarity, mode: 0755]

index 3a95192..8f39bd3 100644 (file)
@@ -431,7 +431,7 @@ python_tests = \
        test/ganeti.errors_unittest.py \
        test/ganeti.hooks_unittest.py \
        test/ganeti.http_unittest.py \
-       test/ganeti.hypervisor.py \
+       test/ganeti.hypervisor_unittest.py \
        test/ganeti.hypervisor.hv_kvm_unittest.py \
        test/ganeti.impexpd_unittest.py \
        test/ganeti.jqueue_unittest.py \
old mode 100644 (file)
new mode 100755 (executable)
similarity index 100%
rename from test/ganeti.hypervisor.unittest.py
rename to test/ganeti.hypervisor_unittest.py