Commit graph

21 commits

Author SHA1 Message Date
Daniel Salzman
f916bc678d tests-extra: update prerequisites in README 2024-11-14 08:28:07 +01:00
Libor Peltan
f54179be27 tests/quic/xfr: added debugging features: tcpdump, secrets.log, quic log 2024-01-12 16:56:59 +01:00
Daniel Salzman
583fd93a7f tests-extra: add -x parameter for XDP testing instead of root detection 2023-11-07 17:05:57 +01:00
Daniel Salzman
d38f155184 tests-extra: add -a<NUM> parameter for using more loopback addresses
The addresses must be configured in advance, e.g.:
for i in {1..32}; do sudo ip address add 127.0.1.$i/32 dev lo; done
for i in {1..32}; do sudo ip address add ::1$i/128 dev lo; done
2023-10-24 14:07:04 +02:00
David Vašek
d24d4ca23b tests-extra: update the Readme
Newer dnspython needed as a result of commit 46d2fb8c3a.
2022-09-08 16:13:41 +02:00
Daniel Salzman
53352f122c tests-extra: remove security/protos as the binaries no longer work on Ubuntu 22.04 and are unavailable 2022-04-20 10:31:57 +02:00
Daniel Salzman
6df9d13401 tests-extra: add ldns-verify-zone to Zonefile.dnssec_verify() 2019-06-12 14:48:44 +02:00
Daniel Salzman
b9f5584fcb tests-extra: update dependencies, remove outdated Docker instructions 2019-02-15 15:37:57 +01:00
Daniel Salzman
066cc4c7ed tests-extra: update README and valgrind suppression file 2018-04-25 13:34:23 +02:00
Daniel Salzman
cba5e77a37 tests-extra: update requirements 2017-01-29 21:54:39 +01:00
Daniel Salzman
ce67236a52 tests-extra: update README with objdump dependency 2017-01-17 14:10:28 +01:00
Marek Vavruša
301833d795 docker: cleanup in tests-extra 2015-02-03 20:15:19 +01:00
Marek Vavruša
1625a0511d tests-extra: added gawk to the Dockerfile 2015-01-03 19:56:31 +01:00
Marek Vavruša
ffa045fb4e Dockerized tests-extra 2015-01-02 17:21:00 +01:00
Marek Vavruša
7814489373 updated Dockerfile 2015-01-02 17:14:50 +01:00
Jan Vcelak
60f2ce7ef1 tests: add dnspython from git into requirements 2014-08-11 10:48:45 +02:00
Daniel Salzman
143540a197 func-tests: update README 2014-02-25 08:59:08 +01:00
Daniel Salzman
ee0a28cdb9 func-tests: improve server running detection 2014-02-24 16:51:38 +01:00
Daniel Salzman
b5e9c1fa3c func-tests: add gdb backtrace dumping 2014-02-19 11:03:35 +01:00
Daniel Salzman
13d3d8118e func-tests: add ZoneFile class 2014-01-07 16:22:41 +01:00
Daniel Salzman
5af6511582 func-tests: change location 2013-12-19 16:35:31 +01:00
Renamed from tests-extra/functional/README (Browse further)