hs-test: added ipv6 support and tests 78/42878/9
authorAdrian Villin <[email protected]>
Tue, 29 Apr 2025 13:25:26 +0000 (15:25 +0200)
committerFlorin Coras <[email protected]>
Tue, 6 May 2025 06:48:54 +0000 (06:48 +0000)
commit9e37f96b9e16965ecd1382db6f6afdcd385e8ac0
tree7cfdf33791656ac463feab67ab4f999016f85f63
parent89fa8372dd2e0c6680705f074d629879c8a3df76
hs-test: added ipv6 support and tests

- tests: http client get http/https, nginx perf rps,
  tcp with loss

Type: test

Change-Id: Ibd07067df6c7c27e420e67e91f6ce7206546fa25
Signed-off-by: Adrian Villin <[email protected]>
22 files changed:
extras/hs-test/Makefile
extras/hs-test/echo_test.go
extras/hs-test/http_test.go
extras/hs-test/infra/address_allocator.go
extras/hs-test/infra/hst_suite.go
extras/hs-test/infra/netconfig.go
extras/hs-test/infra/suite_envoy_proxy.go
extras/hs-test/infra/suite_h2.go
extras/hs-test/infra/suite_ldp.go
extras/hs-test/infra/suite_nginx_proxy.go
extras/hs-test/infra/suite_no_topo.go
extras/hs-test/infra/suite_no_topo6.go [new file with mode: 0644]
extras/hs-test/infra/suite_veth.go
extras/hs-test/infra/suite_veth6.go [new file with mode: 0644]
extras/hs-test/infra/suite_vpp_proxy.go
extras/hs-test/infra/suite_vpp_udp_proxy.go
extras/hs-test/infra/vppinstance.go
extras/hs-test/nginx_test.go
extras/hs-test/proxy_test.go
extras/hs-test/resources/nginx/nginx.conf
extras/hs-test/topo-network/2peerVeth6.yaml [new file with mode: 0644]
extras/hs-test/topo-network/tap6.yaml [new file with mode: 0644]