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/"
|
working_dir: "/tmp/open-cas-linux/"
|
||||||
|
|
||||||
disks:
|
disks:
|
||||||
- path: '/dev/device_name1' # disk device path
|
- path: "/dev/device_name1" # disk device path
|
||||||
serial: 'ABC' # disk serial number
|
serial: "ABC" # disk serial number
|
||||||
type: 'nand' # disk type
|
type: "nand" # disk type
|
||||||
blocksize: 512 # 512B
|
blocksize: 512 # 512B
|
||||||
- path: '/dev/device_name2'
|
- path: "/dev/device_name2"
|
||||||
serial: 'DEF'
|
serial: "DEF"
|
||||||
type: 'hdd'
|
type: "hdd"
|
||||||
blocksize: 512
|
blocksize: 512
|
||||||
|
Loading…
Reference in New Issue
Block a user