From 188eb9c37476ffe6dfcc58442e917f5aae463f31 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 28 Apr 2022 18:20:52 +0200 Subject: [PATCH] tests: preset RBD fsid to avoid unavailable rados command Signed-off-by: Thomas Lamprecht --- test/run_config2command_tests.pl | 1 + test/run_qemu_img_convert_tests.pl | 1 + test/run_qemu_migrate_tests.pl | 1 + 3 files changed, 3 insertions(+) diff --git a/test/run_config2command_tests.pl b/test/run_config2command_tests.pl index 04df9d93..f0978113 100755 --- a/test/run_config2command_tests.pl +++ b/test/run_config2command_tests.pl @@ -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 }, diff --git a/test/run_qemu_img_convert_tests.pl b/test/run_qemu_img_convert_tests.pl index 7e25bd4f..5e78d1b6 100755 --- a/test/run_qemu_img_convert_tests.pl +++ b/test/run_qemu_img_convert_tests.pl @@ -23,6 +23,7 @@ my $storage_config = { }, "rbd-store" => { monhost => "127.0.0.42,127.0.0.21,::1", + fsid => 'fc4181a6-56eb-4f68-b452-8ba1f381ca2a', content => { images => 1 }, diff --git a/test/run_qemu_migrate_tests.pl b/test/run_qemu_migrate_tests.pl index 5edea7b5..0dffaa43 100755 --- a/test/run_qemu_migrate_tests.pl +++ b/test/run_qemu_migrate_tests.pl @@ -65,6 +65,7 @@ my $storage_config = { }, "rbd-store" => { monhost => "127.0.0.42,127.0.0.21,::1", + fsid => 'fc4181a6-56eb-4f68-b452-8ba1f381ca2a', content => { images => 1, },