open-cas-linux/test/functional/config/example_dut_config.yml
Robert Baldyga ba63619d51 tests: Add field 'type' to example dut config
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-11-04 11:11:41 +01:00

22 lines
550 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"
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