All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/6] network/sctp: use TST_NETLOAD_* parameters
@ 2017-11-28 13:08 Alexey Kodanev
  2017-11-28 13:08 ` [LTP] [PATCH 2/6] network/virt_lib: " Alexey Kodanev
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Alexey Kodanev @ 2017-11-28 13:08 UTC (permalink / raw)
  To: ltp

Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
---
 testcases/network/sctp/sctp01.sh |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/testcases/network/sctp/sctp01.sh b/testcases/network/sctp/sctp01.sh
index 68a872a..197c819 100755
--- a/testcases/network/sctp/sctp01.sh
+++ b/testcases/network/sctp/sctp01.sh
@@ -31,16 +31,17 @@ cleanup()
 setup()
 {
 	tst_require_root
+	TST_NETLOAD_MAX_SRV_REPLIES=3
 }
 
 test_run()
 {
 	tst_resm TINFO "compare TCP/SCTP performance"
 
-	tst_netload -H $(tst_ipaddr rhost) -a 3 -R 3 -T tcp
+	tst_netload -H $(tst_ipaddr rhost) -T tcp
 	local res0="$(cat tst_netload.res)"
 
-	tst_netload -H $(tst_ipaddr rhost) -a 3 -R 3 -T sctp
+	tst_netload -H $(tst_ipaddr rhost) -T sctp
 	local res1="$(cat tst_netload.res)"
 
 	local per=$(( $res0 * 100 / $res1 - 100 ))
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-12-21 11:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28 13:08 [LTP] [PATCH 1/6] network/sctp: use TST_NETLOAD_* parameters Alexey Kodanev
2017-11-28 13:08 ` [LTP] [PATCH 2/6] network/virt_lib: " Alexey Kodanev
2017-11-28 13:08 ` [LTP] [PATCH 3/6] netstress: support setting local source address Alexey Kodanev
2017-11-28 13:08 ` [LTP] [PATCH 4/6] tst_netload: support -S and -A netstress options Alexey Kodanev
2017-11-28 13:08 ` [LTP] [PATCH 5/6] sctp: fix tests when hosts have multi-paths with diff MTU Alexey Kodanev
2017-11-28 13:08 ` [LTP] [PATCH 6/6] sctp: add test-case with random payload Alexey Kodanev
2017-12-21 11:46 ` [LTP] [PATCH 1/6] network/sctp: use TST_NETLOAD_* parameters Alexey Kodanev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.