hs-test: support for multiple multi-core containers 56/43156/9
authorAdrian Villin <[email protected]>
Tue, 10 Jun 2025 13:33:35 +0000 (15:33 +0200)
committerDave Wallace <[email protected]>
Thu, 12 Jun 2025 16:17:30 +0000 (16:17 +0000)
commite21142ad92e49720a55fd3f466de2eaf8fcb1790
tree6f3c6ddaeee88f309b162d27afe2140e3f559348
parent3c562cd1b8b43c8ba01b125146e26f7faf4e1afe
hs-test: support for multiple multi-core containers

- framework will now allocate multiple cores for every vpp container
  when running an MTTest
- added missing test timeout in H2SpecSuite

Type: improvement

Change-Id: I31317560b54b494ab14c8b5f4d7caed9fd3315b0
Signed-off-by: Adrian Villin <[email protected]>
15 files changed:
extras/hs-test/Makefile
extras/hs-test/README.rst
extras/hs-test/hs_test.sh
extras/hs-test/http2_test.go
extras/hs-test/http_test.go
extras/hs-test/infra/cpu.go
extras/hs-test/infra/hst_suite.go
extras/hs-test/infra/suite_cpu_pinning.go
extras/hs-test/infra/suite_h2.go
extras/hs-test/infra/suite_ldp.go
extras/hs-test/infra/suite_no_topo.go
extras/hs-test/infra/suite_vpp_proxy.go
extras/hs-test/infra/suite_vpp_udp_proxy.go
extras/hs-test/ldp_test.go
extras/hs-test/proxy_test.go