open-cas-linux/test/functional/config/example_dut_config.yml
Robert Baldyga 97738ac916 Make local test execution the default
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-10-21 12:32:50 +02:00

18 lines
421 B
YAML

# 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