numam-spdk/test/external_code/hello_world/bdev_external.json
wanghailiangx 83d6948ac7 test/external_code: modify some remaining parts for switching to json
Change-Id: Ic79366a527e5aa23e4821ec88533b66e70eafde5
signed-off-by: wanghailiangx <hailiangx.e.wang@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4475
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
2020-10-09 07:19:16 +00:00

25 lines
458 B
JSON

{
"subsystems": [
{
"subsystem": "bdev",
"config": [
{
"params": {
"name": "Malloc0",
"block_size": 4096,
"num_blocks": 32
},
"method": "construct_malloc_bdev"
},
{
"params": {
"base_bdev_name": "Malloc0",
"name": "TestPT"
},
"method": "construct_ext_passthru_bdev"
}
]
}
]
}