aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/README
diff options
context:
space:
mode:
authorMaros Ondrejicka <maros.ondrejicka@pantheon.tech>2022-11-08 08:00:51 +0100
committerFlorin Coras <florin.coras@gmail.com>2022-11-26 01:51:25 +0000
commit7943c90b2e341e6e064538f31746e326cd7c4e42 (patch)
treedbac7f0589a2f65dc3fc7cc9d11c4984c53285cd /extras/hs-test/README
parent530c5ee1fe178895e718ea752d2addc7b21c01ba (diff)
hs-test: document host stack test framework
Type: docs Signed-off-by: Maros Ondrejicka <maros.ondrejicka@pantheon.tech> Change-Id: I47d2794283a85a644448e60538f543644a0edfdc
Diffstat (limited to 'extras/hs-test/README')
-rwxr-xr-xextras/hs-test/README9
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.