summaryrefslogtreecommitdiff
path: root/test-dhcp/README.md
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2023-03-03 16:34:52 +0100
committerPaul Holzinger <pholzing@redhat.com>2023-03-06 15:35:20 +0100
commit31b4bb477d4b0b66f88421bd7e133f4324b6920e (patch)
tree63e889c41f3d13421b72b0a3014f6fdfcbd42664 /test-dhcp/README.md
parentc599b2e384e7ab8a5b759f9079fbe0bfbaf85d22 (diff)
import netavark-proxy-dhcp tests
For now keep them in a separate directory so we can import one to one. Only change is the rename of the binaries. In the future we should merge them with the main nv tests. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'test-dhcp/README.md')
-rw-r--r--test-dhcp/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/test-dhcp/README.md b/test-dhcp/README.md
new file mode 100644
index 0000000..5213d3b
--- /dev/null
+++ b/test-dhcp/README.md
@@ -0,0 +1,11 @@
+# netavark-dhcp-proxy integration test with bats
+
+## Running tests
+
+To run the tests locally in your sandbox, you can use one of these methods:
+* bats ./test/001-basic.bats # runs just the specified test
+* bats ./test/ # runs all
+
+## Requirements
+- bats
+- jq