]> git.proxmox.com Git - qemu-server.git/blobdiff - test/run_config2command_tests.pl
cfg2cmd: switch off ACPI hotplug on bridges for q35 VMs
[qemu-server.git] / test / run_config2command_tests.pl
index b08968f7c3cb02faec832c533bdc4f0823ba6940..04df9d93e3e22dae228a69336e5d9c1ab26bf4b4 100755 (executable)
@@ -30,6 +30,13 @@ my $base_env = {
                type => 'dir',
                shared => 0,
            },
+           'btrfs-store' => {
+               content => {
+                   images => 1,
+               },
+               path => '/butter/bread',
+               type => 'btrfs',
+           },
            'cifs-store' => {
                shared => 1,
                path => '/mnt/pve/cifs-store',
@@ -401,7 +408,7 @@ print "testing config to command stabillity\n";
 if (my $file = shift) {
     do_test $file;
 } else {
-    foreach my $file (<cfg2cmd/*.conf>) {
+    while (my $file = <cfg2cmd/*.conf>) {
        do_test $file;
     }
 }