blob: 06b2ca644a893b5918199d0a9aee94fc3c64d3da [file] [log] [blame]
Filip Tehlar229f5fc2022-08-09 14:44:47 +00001Host stack test framework
2-------------------------
3
4For 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,
6for example following runs a specific test: `./test -run Veth/EchoBuilt`.
7
8Root privileges is required to run tests as it uses linux `ip` command for
9configuring topology.