From be438dbe7cd8ef72d69a8bd75c326629ca4c5005 Mon Sep 17 00:00:00 2001 From: Michal Mielewczyk Date: Wed, 20 Nov 2019 22:07:32 -0500 Subject: [PATCH] Extend example dut config wih 'allow_disk_autoselect' option. By setting 'allow_disk_autoselect: True' user grants to framework permission to autodiscover and override DUT's disks. Signed-off-by: Michal Mielewczyk --- test/functional/config/example_dut_config.yml | 3 +++ test/functional/test-framework | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/test/functional/config/example_dut_config.yml b/test/functional/config/example_dut_config.yml index b595c9b..46f5c9d 100644 --- a/test/functional/config/example_dut_config.yml +++ b/test/functional/config/example_dut_config.yml @@ -8,6 +8,9 @@ type: "local" # env: "HTTPS_PROXY=myproxy.example:12345" +# By enabling this option framework is allowed to retrieve random non-os disks from DUT. +# It can lead to data loss!!! +allow_disk_autoselect: False working_dir: "/tmp/open-cas-linux/" disks: diff --git a/test/functional/test-framework b/test/functional/test-framework index 7c5c8fd..547fcaa 160000 --- a/test/functional/test-framework +++ b/test/functional/test-framework @@ -1 +1 @@ -Subproject commit 7c5c8fd5143497c56a8fb0cc1fe9a923f48a9db1 +Subproject commit 547fcaa5fb0cdc3ce5696785ce7d7ced81a85005