diff --git a/Makefile.am b/Makefile.am index 3a95192aaed3c19f8b9ae8abb678bb8e3cbe22a2..8f39bd31ad4c4f0bad0d0fc680c372d620ca07e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/test/ganeti.hypervisor.unittest.py b/test/ganeti.hypervisor_unittest.py old mode 100644 new mode 100755 similarity index 100% rename from test/ganeti.hypervisor.unittest.py rename to test/ganeti.hypervisor_unittest.py