misc: add test framework for host stack
[vpp.git] / extras / hs-test / README
1 Host stack test framework
2 -------------------------
3
4 For building docker image run `make` first and `./test` to run all the tests.
5 `./test` script is basically a wrapper for `go test` and accepts its parameters,
6 for example following runs a specific test: `./test -run Veth/EchoBuilt`.
7
8 Root privileges is required to run tests as it uses linux `ip` command for
9 configuring topology.