Filip Tehlar b15a0000ff hs-test: add http client connect test
Type: test

Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: If705d311065e128b4b6df7d8d80910e4be72d3e6
2022-11-10 18:35:31 +00:00
..
2022-11-10 18:35:31 +00:00

Host stack test framework
-------------------------

For building docker image run `make` first and `./test` to run all the tests.
`./test` script is basically a wrapper for `go test` and accepts its parameters,
for example following runs a specific test: `./test -run Veth/EchoBuilt`.

Root privileges is required to run tests as it uses linux `ip` command for
configuring topology.