Move OCL tests from test-framework repository

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2019-10-17 17:15:38 +02:00
parent d2666b785a
commit 4fb82abeca
35 changed files with 4102 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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