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 <michal.mielewczyk@intel.com>
This commit is contained in:
parent
9c31e15d48
commit
be438dbe7c
@ -8,6 +8,9 @@ type: "local"
|
|||||||
|
|
||||||
# env: "HTTPS_PROXY=myproxy.example:12345"
|
# 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/"
|
working_dir: "/tmp/open-cas-linux/"
|
||||||
|
|
||||||
disks:
|
disks:
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 7c5c8fd5143497c56a8fb0cc1fe9a923f48a9db1
|
Subproject commit 547fcaa5fb0cdc3ce5696785ce7d7ced81a85005
|
Loading…
Reference in New Issue
Block a user