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