]> git.proxmox.com Git - pve-container.git/blobdiff - src/test/run_setup_tests.pl
partially fix #3471: setup: centos: net: add missing UUID to ifcfg
[pve-container.git] / src / test / run_setup_tests.pl
index 582a97be186eaf5db0645a816e29a05f357f2ad5..e6b41e300c26af6a764121b4ae43fc7f5fb240c8 100755 (executable)
@@ -119,6 +119,14 @@ $cluster_module->mock(
     },
 );
 
+
+my $uuid_module = Test::MockModule->new("UUID");
+$uuid_module->mock(
+    uuid => sub {
+       return '00000000-0000-0000-0000-000000000000';
+    },
+);
+
 if (scalar(@ARGV)) {
 
     foreach my $testdir (@ARGV) {