diff options
Diffstat (limited to 'docs/content/methodology/test')
-rw-r--r-- | docs/content/methodology/test/_index.md | 15 | ||||
-rw-r--r-- | docs/content/methodology/test/hoststack/_index.md | 7 |
2 files changed, 21 insertions, 1 deletions
diff --git a/docs/content/methodology/test/_index.md b/docs/content/methodology/test/_index.md index 857cc7b168..fc18b46a06 100644 --- a/docs/content/methodology/test/_index.md +++ b/docs/content/methodology/test/_index.md @@ -1,6 +1,19 @@ --- bookCollapseSection: true bookFlatSection: false -title: "Test" +title: "Tests" weight: 3 --- + +# Tests + +- [Network Address Translation](network_address_translation) +- [Packet Flow Ordering](packet_flow_ordering) +- [Tunnel Encapsulations](tunnel_encapsulations) +- [Internet Protocol Security](internet_protocol_security) +- [Access Control Lists](access_control_lists) +- [Hoststack](hoststack) +- [Generic Segmentation Offload](generic_segmentation_offload) +- [Reconfiguration](reconfiguration) +- [VPP Device](vpp_device) +- [Reassembly](reassembly) diff --git a/docs/content/methodology/test/hoststack/_index.md b/docs/content/methodology/test/hoststack/_index.md index 2ae872c54e..61e290c2d6 100644 --- a/docs/content/methodology/test/hoststack/_index.md +++ b/docs/content/methodology/test/hoststack/_index.md @@ -4,3 +4,10 @@ bookFlatSection: false title: "Hoststack" weight: 6 --- + +# Hoststack + +- [QUIC/UDP/IP with vpp_echo](quicudpip_with_vppecho) +- [TCP/IP with iperf3](tcpip_with_iperf3) +- [UDP/IP with iperf3](udpip_with_iperf3) +- [VSAP ab with nginx](vsap_ab_with_nginx) |