test/adq: Remove unnecessary sleeps
These sleeps should not be required. The steps before them properly wait. Change-Id: Ifc278c582dbf8fd837ca7f1f02873789a4e616d6 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13835 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
parent
9a9c9d3303
commit
bc7f73996e
@ -65,7 +65,6 @@ adq_reload_driver
|
||||
nvmftestinit
|
||||
nvmfappstart -m 0xF --wait-for-rpc
|
||||
adq_configure_nvmf_target 0
|
||||
sleep 2
|
||||
$perf -q 64 -o 4096 -w randread -t 10 -c 0xF0 \
|
||||
-r "trtype:${TEST_TRANSPORT} adrfam:IPv4 traddr:${NVMF_FIRST_TARGET_IP} trsvcid:${NVMF_PORT} \
|
||||
subnqn:nqn.2016-06.io.spdk:cnode1" &
|
||||
@ -84,11 +83,9 @@ adq_reload_driver
|
||||
|
||||
# When ADQ is enabled, we expect the connections to reside on AT MOST two poll groups.
|
||||
nvmftestinit
|
||||
sleep 2
|
||||
adq_configure_driver
|
||||
nvmfappstart -m 0xF --wait-for-rpc
|
||||
adq_configure_nvmf_target 1
|
||||
sleep 2
|
||||
$perf -q 64 -o 4096 -w randread -t 10 -c 0xF0 \
|
||||
-r "trtype:${TEST_TRANSPORT} adrfam:IPv4 traddr:${NVMF_FIRST_TARGET_IP} trsvcid:${NVMF_PORT} \
|
||||
subnqn:nqn.2016-06.io.spdk:cnode1" &
|
||||
|
Loading…
Reference in New Issue
Block a user