hs-test: various improvements 44/41644/3
authorAdrian Villin <[email protected]>
Tue, 15 Oct 2024 12:56:16 +0000 (14:56 +0200)
committerFlorin Coras <[email protected]>
Tue, 15 Oct 2024 16:49:40 +0000 (16:49 +0000)
commit514098ee82737732c4491700254625d30b0e6bbb
treeb19873041344d01cbce109885c96e8d4659d0b7d
parent6771af7328fa570a68371253d0a6067e57ec771e
hs-test: various improvements

- fixed timed out/panicked tests not copying logs to CI archives
- fixed log formatting
- renamed SuiteTimeout to TestTimeout
- fixed ginkgo node leak on test timeout -> added AssertChannelClosed
- updated docs

Type: test

Change-Id: Ia71d765bd61576230a4cfd26d4b14fd1be1692c7
Signed-off-by: Adrian Villin <[email protected]>
15 files changed:
extras/hs-test/README.rst
extras/hs-test/framework_test.go
extras/hs-test/infra/container.go
extras/hs-test/infra/hst_suite.go
extras/hs-test/infra/suite_cpu_pinning.go
extras/hs-test/infra/suite_envoy_proxy.go
extras/hs-test/infra/suite_iperf_linux.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_veth.go
extras/hs-test/infra/suite_vpp_proxy.go
extras/hs-test/iperf_linux_test.go
extras/hs-test/ldp_test.go
extras/hs-test/script/compress.sh