diff --git a/test/ganeti.config_unittest.py b/test/ganeti.config_unittest.py index 24c9491ca435724f8613cc845e2a3615ac3aa448..37bcb2081768e308a7b3b3f9a946fd5b7797c00a 100755 --- a/test/ganeti.config_unittest.py +++ b/test/ganeti.config_unittest.py @@ -69,6 +69,7 @@ class TestConfigRunner(unittest.TestCase): default_bridge=constants.DEFAULT_BRIDGE, tcpudp_port_pool=set(), default_hypervisor=constants.HT_FAKE, + enabled_hypervisors=[constants.HT_FAKE], master_node=me.name, master_ip="127.0.0.1", master_netdev=constants.DEFAULT_BRIDGE,