Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/3] network/virt: new FOU and GUE tests
@ 2021-04-22 13:16 Alexey Kodanev
  2021-04-22 13:16 ` [LTP] [PATCH 1/3] lib/tst_test.sh: add TST_IPV6_FLAG ('-6') Alexey Kodanev
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Alexey Kodanev @ 2021-04-22 13:16 UTC (permalink / raw)
  To: ltp

The first patch adds IPv6 flag '-6' to the library, which
will be used by the two new tests in this patch series too.

The rest are adding two similar tests for UDP tunneling.

Alexey Kodanev (3):
  lib/tst_test.sh: add TST_IPV6_FLAG ('-6')
  network/virt: new test for generic udp encapsulation (gue)
  network/virt: new foo over udp (fou) tunneling test

 runtest/net.features                        |  6 +++
 testcases/lib/tst_net.sh                    |  4 +-
 testcases/lib/tst_test.sh                   |  2 +-
 testcases/network/stress/route/route-lib.sh | 15 +++----
 testcases/network/virt/fou01.sh             | 48 +++++++++++++++++++++
 testcases/network/virt/gue01.sh             | 45 +++++++++++++++++++
 testcases/network/virt/virt_lib.sh          | 24 ++++++++++-
 7 files changed, 132 insertions(+), 12 deletions(-)
 create mode 100755 testcases/network/virt/fou01.sh
 create mode 100755 testcases/network/virt/gue01.sh

-- 
2.25.1


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

end of thread, other threads:[~2021-04-26 15:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-22 13:16 [LTP] [PATCH 0/3] network/virt: new FOU and GUE tests Alexey Kodanev
2021-04-22 13:16 ` [LTP] [PATCH 1/3] lib/tst_test.sh: add TST_IPV6_FLAG ('-6') Alexey Kodanev
2021-04-22 13:16 ` [LTP] [PATCH 2/3] network/virt: new test for generic udp encapsulation (gue) Alexey Kodanev
2021-04-22 13:16 ` [LTP] [PATCH 3/3] network/virt: new foo over udp (fou) tunneling test Alexey Kodanev
2021-04-26  6:19 ` [LTP] [PATCH 0/3] network/virt: new FOU and GUE tests Petr Vorel
2021-04-26 12:01   ` Alexey Kodanev
2021-04-26 12:27     ` Petr Vorel
2021-04-26 15:27       ` Alexey Kodanev

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