open-cas-linux/test/functional/config/example_dut_config.yml
Slawomir Jankowski 5bc85049a2 Update 'example_config' after changes in TF
Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com>
2020-07-13 12:10:38 +02:00

33 lines
891 B
YAML

# DUT type should be either "local" or "ssh"
# if ssh is selected, then ip, user and password fields are required
type: "local"
# ip: "x.x.x.x"
# user: "example_user"
# password: "example_password"
# env: "HTTPS_PROXY=myproxy.example:12345"
# reboot_timeout: 1800 #timeout value in seconds
# 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:
- path: "/dev/device_name1" # disk device path
serial: "ABC" # disk serial number
type: "nand" # disk type
blocksize: 512 # 512B
- path: "/dev/device_name2"
serial: "DEF"
type: "hdd"
blocksize: 512
plugins:
example_plugin:
provided_by: "internal_plugins.example_plugin"
config:
property1: "value1"
property2: "value2"