Loading
test/iscsi: wait for tgt termination before creating new node
If the process doesn't terminate before we try to create a new iscsi node, the socket might still be in use by that process causing the `bind()` call to fail. Fixes #2052. Signed-off-by:Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Ic6c32774b3c3d7008b1089f151fc933177f28aac Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8902 Reviewed-by:
Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-by:
Ziye Yang <ziye.yang@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>