aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/README
blob: 06b2ca644a893b5918199d0a9aee94fc3c64d3da (plain)
1
2
3
4
5
6
7
8
9
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.