Files
vpp/extras/hs-test
Filip Tehlar 1a9dc75fe8 hs-test: auto register test actions
Type: improvement

Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: Icb5db6f69eda93181aba69b1f8676a73c0a4561b
2022-11-25 00:37:20 +00:00
..
2022-11-25 00:37:20 +00:00
2022-11-25 00:37:20 +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.