test/fuzz: remove AERs from example JSON.
The target changed how we deal with custom AERs so we can't post them and expect to get an immediate return anymore. The fuzzing application doesn't expect to not get a return value from the target so it just spins forever until it times out and fails. The solution is to not send AERs over the wire with the fuzzer. Signed-off-by: Seth Howell <seth.howell@intel.com> Change-Id: I24fc890dfc05601953552c98690950d0981d70fc Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3739 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Maciej Wawryk <maciejx.wawryk@intel.com>
This commit is contained in:
parent
815949ed0d
commit
ada6c8468c
@ -54,7 +54,7 @@
|
||||
"cdw15": 644909208
|
||||
},
|
||||
"struct spdk_nvme_cmd": {
|
||||
"opc": 12,
|
||||
"opc": 13,
|
||||
"fuse": 1,
|
||||
"rsvd1": 13,
|
||||
"psdt": 1,
|
||||
@ -126,7 +126,7 @@
|
||||
"cdw15": 644909208
|
||||
},
|
||||
"struct spdk_nvme_cmd": {
|
||||
"opc": 12,
|
||||
"opc": 13,
|
||||
"fuse": 1,
|
||||
"rsvd1": 13,
|
||||
"psdt": 1,
|
||||
@ -198,7 +198,7 @@
|
||||
"cdw15": 644909208
|
||||
},
|
||||
"struct spdk_nvme_cmd": {
|
||||
"opc": 12,
|
||||
"opc": 13,
|
||||
"fuse": 1,
|
||||
"rsvd1": 13,
|
||||
"psdt": 1,
|
||||
@ -270,7 +270,7 @@
|
||||
"cdw15": 644909208
|
||||
},
|
||||
"struct spdk_nvme_cmd": {
|
||||
"opc": 12,
|
||||
"opc": 13,
|
||||
"fuse": 1,
|
||||
"rsvd1": 13,
|
||||
"psdt": 1,
|
||||
|
Loading…
Reference in New Issue
Block a user