numam-spdk/test/vhost
Karol Latecki 03c71d3741 test/vhost: update raid bdev entries in config file
Edited config file is loaded in test via rpc.py
load_config. Because of that, each parameter is
sent "as-is" from config file, as opposed to using
rpc.py bdev_create_raid which would cause argparse to
convert all params to desired type.

Commit 445e667 changed raid_level to enum while this
config file still used int which caused nightly tests
to fail.

Change-Id: I729c7263261c73e255ab2e6071f76219a351cb19
Signed-off-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/473565
Community-CI: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Ziye Yang <ziye.yang@intel.com>
Reviewed-by: Seth Howell <seth.howell@intel.com>
2019-11-14 03:43:47 +00:00
..
common vhost: Delete scripts for manual testing 2019-05-16 11:16:30 +00:00
fio test: fix uses of deprecated RPCs 2019-11-07 22:55:38 +00:00
fiotest test/vhost: update raid bdev entries in config file 2019-11-14 03:43:47 +00:00
fuzz rpc: Rename construct_vhost_blk_controller to vhost_create_blk_controller 2019-10-10 16:19:56 +00:00
hotplug test: Shellcheck - add rule SC2154 to exclude list 2019-11-12 18:14:59 +00:00
initiator rpc: Rename construct_vhost_blk_controller to vhost_create_blk_controller 2019-10-10 16:19:56 +00:00
integrity rpc: Rename construct_vhost_blk_controller to vhost_create_blk_controller 2019-10-10 16:19:56 +00:00
lvol test: Shellcheck - correct rule: $/${} is unnecessary on arithmetic variables. 2019-11-07 23:04:10 +00:00
migration test: Shellcheck - correct rule: Word is on the form... 2019-11-13 15:03:11 +00:00
other rpc: Rename construct_vhost_blk_controller to vhost_create_blk_controller 2019-10-10 16:19:56 +00:00
perf_bench test: Shellcheck - apply rule SC2155 2019-11-12 18:14:59 +00:00
readonly test: Shellcheck - correct rule: Word is on the form... 2019-11-13 15:03:11 +00:00
shared rpc: Rename construct_vhost_blk_controller to vhost_create_blk_controller 2019-10-10 16:19:56 +00:00
vhost_boot rpc: Rename remove_vhost_scsi_target to vhost_scsi_controller_remove_target 2019-10-07 15:08:18 +00:00
windows test: Shellcheck - apply rule SC2155 2019-11-12 18:14:59 +00:00
common.sh test: Shellcheck - add rule SC2154 to exclude list 2019-11-12 18:14:59 +00:00
manual.sh test/vhost: Export default VM_IMAGE from common.sh 2019-07-03 04:15:18 +00:00
vhost.sh test/vhost: move migration tests to RUN_NIGHTLY 2019-09-17 18:31:11 +00:00