hs-test: separate infra from tests 69/40969/4
authorAdrian Villin <[email protected]>
Fri, 14 Jun 2024 07:32:39 +0000 (09:32 +0200)
committerDave Wallace <[email protected]>
Fri, 14 Jun 2024 18:10:26 +0000 (18:10 +0000)
commit4677d920c0b0ff1f1aae81fb2f0052d939a2e89c
tree9c1adf90f6c1a977b622c1d0211e0e86d1bef985
parent2aa0f0da5dedcf6301c74a39b5e3749359e07e6d
hs-test: separate infra from tests

- most functions and vars now start with a capital letter:
  needed to access them outside the package that declares
  them
- updated README.md
- very minor changes in MAKEFILE

Type: test

Change-Id: I4b5a194f08f09d59e372e57da6451fbb5a1de4da
Signed-off-by: Adrian Villin <[email protected]>
24 files changed:
extras/hs-test/Makefile
extras/hs-test/README.rst
extras/hs-test/echo_test.go
extras/hs-test/framework_test.go
extras/hs-test/http_test.go
extras/hs-test/infra/address_allocator.go [moved from extras/hs-test/address_allocator.go with 97% similarity]
extras/hs-test/infra/container.go [moved from extras/hs-test/container.go with 60% similarity]
extras/hs-test/infra/cpu.go [moved from extras/hs-test/cpu.go with 99% similarity]
extras/hs-test/infra/hst_suite.go [moved from extras/hs-test/hst_suite.go with 52% similarity]
extras/hs-test/infra/netconfig.go [moved from extras/hs-test/netconfig.go with 78% similarity]
extras/hs-test/infra/suite_nginx.go [moved from extras/hs-test/suite_nginx_test.go with 60% similarity]
extras/hs-test/infra/suite_no_topo.go [moved from extras/hs-test/suite_no_topo_test.go with 68% similarity]
extras/hs-test/infra/suite_ns.go [moved from extras/hs-test/suite_ns_test.go with 63% similarity]
extras/hs-test/infra/suite_tap.go [moved from extras/hs-test/suite_tap_test.go with 84% similarity]
extras/hs-test/infra/suite_veth.go [moved from extras/hs-test/suite_veth_test.go with 64% similarity]
extras/hs-test/infra/topo.go [moved from extras/hs-test/topo.go with 97% similarity]
extras/hs-test/infra/utils.go [moved from extras/hs-test/utils.go with 79% similarity]
extras/hs-test/infra/vppinstance.go [moved from extras/hs-test/vppinstance.go with 61% similarity]
extras/hs-test/ldp_test.go
extras/hs-test/linux_iperf_test.go
extras/hs-test/mirroring_test.go
extras/hs-test/proxy_test.go
extras/hs-test/raw_session_test.go
extras/hs-test/vcl_test.go