Commit dcbbaa3c authored by Cunyin Chang's avatar Cunyin Chang Committed by Daniel Verkamp
Browse files

test: make sure the hotplug test case cover both "read" and "write".



after we fix the "write" issue for hotplug of iscsi target, we should
also modify the test case the cover "write" test case for hotplug.

Change-Id: I5ef8d6836548d0f682ecfb44da41543e16e979de
Signed-off-by: default avatarCunyin Chang <cunyin.chang@intel.com>
Reviewed-on: https://review.gerrithub.io/373799


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent cd945076
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ $rpc_py construct_target_node Target3 Target3_alias HotInNvme0n1:0 1:2 64 1 0 0
iscsiadm -m discovery -t sendtargets -p $TARGET_IP:$PORT
iscsiadm -m node --login -p $TARGET_IP:$PORT
sleep 1
$fio_py 1048576 128 read 10 &
$fio_py 1048576 128 rw 10 &
fio_pid=$!

sleep 3