summaryrefslogtreecommitdiffstats
path: root/tests-extra/README
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2019-02-15 14:59:46 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2019-02-15 15:37:57 +0100
commitb9f5584fcbb6c725f16fdf0f70b1c167d443cc50 (patch)
tree69332919fd8b1f18ab7c7855b15bb3eb4ac97807 /tests-extra/README
parentMake use of posix_madvise(3) on OSes which have a different implementation of... (diff)
downloadknot-b9f5584fcbb6c725f16fdf0f70b1c167d443cc50.tar.xz
knot-b9f5584fcbb6c725f16fdf0f70b1c167d443cc50.zip
tests-extra: update dependencies, remove outdated Docker instructions
Diffstat (limited to 'tests-extra/README')
-rw-r--r--tests-extra/README23
1 files changed, 2 insertions, 21 deletions
diff --git a/tests-extra/README b/tests-extra/README
index f750ebf7a..2951c0e61 100644
--- a/tests-extra/README
+++ b/tests-extra/README
@@ -1,5 +1,5 @@
Prerequisites:
-==============
+--------------
Python >=3.3
dnspython >=1.16.0
@@ -7,7 +7,7 @@ python3-psutil
dnssec-signzone
dnssec-keygen
dnssec-verify
-Bind 9.9.x
+Bind >= 9.11
lsof
gawk
objdump
@@ -36,22 +36,3 @@ Allow ptrace:
or
# vim /etc/sysctl.d/10-ptrace.conf
# kernel.yama.ptrace_scope = 0
-
-Running in docker container:
-----------------------------
-
-There is a Dockerfile that can be used to build containers with the tests-extra,
-the main benefit is that each test runs in an isolated container and can be run in parallel.
-
-Run tests on the upstream branch:
----------------------------------
-
-$ docker pull cznic/knot:tests-extra # Or build with 'docker build -t tests-extra .'
-$ docker run -it -v cznic/knot:tests-extra basic
-
-Run tests on the local executables:
------------------------------------
-
-You can bind-mount the /src with the current working copy.
-
-$ docker run -it -v $(pwd)/..:/knot-src cznic/knot:tests-extra basic