]> git.proxmox.com Git - pve-manager.git/blobdiff - test/vzdump_new_test.pl
api: nodes: add full info about current kernel from uname call
[pve-manager.git] / test / vzdump_new_test.pl
index 2367623912be4f9970b7c36c88e7caeffebbce86..8cd7307589c54891681f481d342196639476cd69 100755 (executable)
@@ -61,6 +61,10 @@ $pve_cluster_module->mock(
        die "unexpected filename '$filename'\n" if $filename ne 'storage.cfg';
        return $storage_config;
     },
+    # never update during the tests
+    cfs_update => sub {
+       return;
+    },
 );
 
 my $pve_tools_module = Test::MockModule->new('PVE::Tools');