Unify quotes in exaple_dut_config.yml
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
ba63619d51
commit
46c532e570
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user