- 05 Mar, 2018 4 commits
-
-
Štěpán Balážik authored
-
Štěpán Balážik authored
Now it can be used independently from scenario.py, rplint.py and maybe even from respdiff in the future.
-
Štěpán Balážik authored
-
Štěpán Balážik authored
-
- 01 Mar, 2018 2 commits
-
-
Petr Špaček authored
sets/resolver: fix broken world_cz_rhybar.rpl See merge request !102
-
Grigorii Demidov authored
-
- 15 Feb, 2018 3 commits
-
-
Petr Špaček authored
Tests for draft-ietf-dnsop-kskroll-sentinel-01 See merge request !101
-
Petr Špaček authored
The test logic was inverted, so it was expecting SERVFAIL instead of NOERROR and the other way around.
-
Petr Špaček authored
-
- 07 Feb, 2018 1 commit
-
-
Petr Špaček authored
nsec_wildcard_answer_response: fixup with kresd cache See merge request !100
-
- 02 Feb, 2018 1 commit
-
-
Vladimír Čunát authored
I'm not sure if it's a good approach, but I think it will do for now.
-
- 29 Jan, 2018 1 commit
-
-
Petr Špaček authored
val_unknown_algorithm_insecure: fix a bug See merge request !99
-
- 26 Jan, 2018 1 commit
-
-
Vladimír Čunát authored
I'm not sure why it started to matter now in kresd WIP code, but it was a bug in the test anyway.
-
- 22 Jan, 2018 7 commits
-
-
Petr Špaček authored
kresd: do not explicitly load ta_sentinel module See merge request !98
-
Petr Špaček authored
It is loaded by default so let's test default config.
-
Petr Špaček authored
Test draft-ietf-dnsop-kskroll-sentinel-00#section-2 See merge request !97
-
Petr Špaček authored
-
Petr Špaček authored
All unknown (and, formerly, silently ignored) keywords were removed from existing tests. This allows us to detect typos.
-
Petr Špaček authored
-
Petr Špaček authored
-
- 22 Dec, 2017 5 commits
-
-
Petr Špaček authored
Test coverage measurement support See merge request !95
-
Petr Špaček authored
Deckard's Makefile now accepts path to a script generating environment variables needed for test coverage measurement. It does nothing if COVERAGE environment variable is not set.
-
Petr Špaček authored
Supposedly Mac OS's readlink does not have -f argument and this broke all scripts using it. After all it seems unnecessary, so I just removed it. Let's see what will break.
-
Petr Špaček authored
From now on tests with and without query name minimization can be executed in parallel by make. Also, separate make targets will get handy for test coverage measurement.
-
Petr Špaček authored
This reverts commit 20c85eb4, reversing changes made to a5cd67c9. It turns out that coverage measument needs tighter integration to handle parallel execution.
-
- 20 Dec, 2017 2 commits
-
-
Petr Špaček authored
kresd: measure test coverage for Lua code See merge request !94
-
Petr Špaček authored
To measure test coverage of C code, recompile resolver with CFLAGS="--coverage". This template tweak will gather Lua stats whenever luacov is available.
-
- 07 Dec, 2017 2 commits
-
-
Petr Špaček authored
disable detect_time_skew module See merge request !92
-
Vitezslav Kriz authored
This module is enabled by default in kresd. Tests doesn't provide neccessary response for priming query.
-
- 28 Nov, 2017 2 commits
-
-
Petr Špaček authored
disable priming module See merge request !91
-
Vitezslav Kriz authored
Module is enabled in kresd by default and tests doesn't provide necessary answers.
-
- 27 Nov, 2017 9 commits
-
-
Petr Špaček authored
resolver: import tests from testbound See merge request !73
-
Ivana Krumlova authored
Tests working with current version of kresd. Import from git-svn-id: file:///svn/unbound/trunk@4299 be551aaa-1e26-0410-a405-d3ace91eadb9 DLV tests were skipped because DLV is dead now.
-
Petr Špaček authored
support explicit opcodes See merge request !60
-
Petr Špaček authored
Default OPCODE is QUERY so existing tests should not require changes. refs: #11
-
Petr Špaček authored
CI: keep artifacts from failed tests See merge request !89
-
Petr Špaček authored
-
Petr Špaček authored
nsec tests: fix parts broken with aggr. cache See merge request !87
-
Vladimír Čunát authored
The steps get split in two, with the authoritative parts getting copied. When it's possible to INCLUDE, this should get refactored.
-
Petr Špaček authored
CI: synchronize Docker image with kresd repo See merge request !88
-