]> git.proxmox.com Git - qemu-server.git/blobdiff - test/run_config2command_tests.pl
remove left-over mentions of to-be-dropped, outdated QMP commands
[qemu-server.git] / test / run_config2command_tests.pl
index 04df9d93e3e22dae228a69336e5d9c1ab26bf4b4..c49669028033a7030efbc01f7c156a63c28a0564 100755 (executable)
@@ -50,6 +50,7 @@ my $base_env = {
            },
            'rbd-store' => {
                monhost => '127.0.0.42,127.0.0.21,::1',
+               fsid => 'fc4181a6-56eb-4f68-b452-8ba1f381ca2a',
                content => {
                    images => 1
                },
@@ -177,6 +178,21 @@ $qemu_server_config->mock(
     },
 );
 
+my $qemu_server_memory;
+$qemu_server_memory = Test::MockModule->new('PVE::QemuServer::Memory');
+$qemu_server_memory->mock(
+    hugepages_chunk_size_supported => sub {
+       return 1;
+    },
+    host_numanode_exists => sub {
+       my ($id) = @_;
+       return 1;
+    },
+    get_host_phys_address_bits => sub {
+       return 46;
+    }
+);
+
 my $pve_common_tools;
 $pve_common_tools = Test::MockModule->new('PVE::Tools');
 $pve_common_tools->mock(