Unify quotes in exaple_dut_config.yml

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2019-11-04 11:13:54 +01:00
parent ba63619d51
commit 46c532e570

View File

@ -11,11 +11,11 @@ type: "local"
working_dir: "/tmp/open-cas-linux/"
disks:
- path: '/dev/device_name1' # disk device path
serial: 'ABC' # disk serial number
type: 'nand' # disk type
- 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'
- path: "/dev/device_name2"
serial: "DEF"
type: "hdd"
blocksize: 512