Commit ada6c846 authored by Seth Howell's avatar Seth Howell Committed by Tomasz Zawadzki
Browse files

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: default avatarSeth Howell <seth.howell@intel.com>
Change-Id: I24fc890dfc05601953552c98690950d0981d70fc
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3739


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: default avatarMaciej Wawryk <maciejx.wawryk@intel.com>
parent 815949ed
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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,