diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-06-16 12:27:45 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-06-19 11:01:51 +0000 |
commit | 62a485fa3753dbb9e0cf337164fe65d213e89ef2 (patch) | |
tree | f2de17f41dc07d48906e232dd0f8032826718bcd /docs/content/methodology/test | |
parent | 67c40f2918753bbadc56545d84fb81030334e9dc (diff) |
C-Docs: Fixes and improvments
Change-Id: I167720869e15236fde76a91559c17bf94f0ed68d
Signed-off-by: Tibor Frank <tifrank@cisco.com>
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) |