From 229f5fcf188cf710f4a8fb269d92f1a1d04a99da Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Tue, 9 Aug 2022 14:44:47 +0000 Subject: misc: add test framework for host stack Type: feature Signed-off-by: Filip Tehlar Change-Id: I5a64a2c095cae3a4d5f8fdc73e624b010339ec8e --- extras/hs-test/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 extras/hs-test/README (limited to 'extras/hs-test/README') 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. -- cgit 1.2.3-korg