public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/4] network: new random message size test-cases
@ 2019-02-19 14:47 Alexey Kodanev
  2019-02-19 14:47 ` [LTP] [PATCH 1/4] network/gre01: move setup to library Alexey Kodanev
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Alexey Kodanev @ 2019-02-19 14:47 UTC (permalink / raw)
  To: ltp

New tests in the series with random message sizes: geneve02, gre02,
macsec03, vxlan04.

This patch-set also introduces "TST_NET_MAX_PKT" environment variable
to control the upper limit of the message payload size. By default it
is set to 1.1 * MTU (of the test interface).

Alexey Kodanev (4):
  network/gre01: move setup to library
  lib/tst_net.sh: add new TST_NET_MAX_PKT env variable
  network: use TST_NET_MAX_PKT
  network: add new test-cases with randomized message length

 runtest/net.features                            |    9 +
 runtest/net_stress.ipsec_dccp                   |  208 +++++++++++-----------
 runtest/net_stress.ipsec_sctp                   |  208 +++++++++++-----------
 runtest/net_stress.ipsec_tcp                    |  208 +++++++++++-----------
 runtest/net_stress.ipsec_udp                    |  212 +++++++++++-----------
 testcases/lib/tst_net.sh                        |   10 +-
 testcases/lib/tst_test.sh                       |    1 +
 testcases/network/mpls/mpls02.sh                |    2 +-
 testcases/network/mpls/mpls_lib.sh              |    2 +-
 testcases/network/sockets/bind_noport01.sh      |   15 ++-
 testcases/network/stress/dccp/dccp_ipsec.sh     |    6 +-
 testcases/network/stress/dccp/dccp_ipsec_vti.sh |    6 +-
 testcases/network/stress/sctp/sctp_ipsec.sh     |    6 +-
 testcases/network/stress/sctp/sctp_ipsec_vti.sh |    6 +-
 testcases/network/stress/tcp/tcp_ipsec.sh       |    6 +-
 testcases/network/stress/tcp/tcp_ipsec_vti.sh   |    6 +-
 testcases/network/stress/udp/udp_ipsec.sh       |    7 +-
 testcases/network/stress/udp/udp_ipsec_vti.sh   |    7 +-
 testcases/network/tcp_cc/tcp_cc_lib.sh          |    4 +-
 testcases/network/virt/geneve02.sh              |   38 ++++
 testcases/network/virt/gre01.sh                 |   19 +--
 testcases/network/virt/gre02.sh                 |   11 ++
 testcases/network/virt/macsec03.sh              |   13 ++
 testcases/network/virt/virt_lib.sh              |   27 +++-
 testcases/network/virt/vxlan04.sh               |   39 ++++
 25 files changed, 624 insertions(+), 452 deletions(-)
 create mode 100755 testcases/network/virt/geneve02.sh
 create mode 100755 testcases/network/virt/gre02.sh
 create mode 100755 testcases/network/virt/macsec03.sh
 create mode 100755 testcases/network/virt/vxlan04.sh


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

end of thread, other threads:[~2019-02-21 16:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-19 14:47 [LTP] [PATCH 0/4] network: new random message size test-cases Alexey Kodanev
2019-02-19 14:47 ` [LTP] [PATCH 1/4] network/gre01: move setup to library Alexey Kodanev
2019-02-20  8:13   ` Petr Vorel
2019-02-19 14:47 ` [LTP] [PATCH 2/4] lib/tst_net.sh: add new TST_NET_MAX_PKT env variable Alexey Kodanev
2019-02-20  8:15   ` Petr Vorel
2019-02-19 14:47 ` [LTP] [PATCH 3/4] network: use TST_NET_MAX_PKT Alexey Kodanev
2019-02-20  8:16   ` Petr Vorel
2019-02-19 14:47 ` [LTP] [PATCH 4/4] network: add new test-cases with randomized message length Alexey Kodanev
2019-02-20  8:28   ` Petr Vorel
2019-02-21 16:36     ` Alexey Kodanev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox