+2
−0
test/nvme/nvme_reset_stuck_adm_cmd.sh
0 → 100755
+84
−0
Loading
This test scenario does the following: - Attaches the controller to NVMe device. - Injects an error timeout for admin command SPDK_NVME_OPC_GET_FEATURES - Runs controller reset. In this scenario the call for 'controller reset' should abort any outstanding requests that are waiting for completion defined in 'error injection' RPC call. Test fails if request(s) are not aborted (manually completed). Signed-off-by:Yuri Kirichok <yuriy.kirichok@hpe.com> Change-Id: I512de92e948d04cad538db378b44fd4d58d85bb3 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17113 Reviewed-by:
Michael Haeuptle <michaelhaeuptle@gmail.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com>