aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/README
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hs-test/README')
-rwxr-xr-xextras/hs-test/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/extras/hs-test/README b/extras/hs-test/README
new file mode 100755
index 00000000000..06b2ca644a8
--- /dev/null
+++ b/extras/hs-test/README
@@ -0,0 +1,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.