- 25 Jun, 2018 2 commits
-
-
Vladimír Čunát authored
It didn't work properly due to negative trust anchor being outside a zone cut, so I move the tested names to an unsigned zone. root.db: the only real change was addition of "unsigned." delegation, causing root-key-sentinel-not-ta-48409.test. NSEC to get modified. The other changes are just reordering and drops of "resign=" lines; I'm not sure why dnssec-signzone decided to do such changes. (I didn't put the unsigned. zone into any zone file.)
-
Vladimír Čunát authored
-
- 18 Jun, 2018 10 commits
-
-
Tomas Krizek authored
libfaketime: compatibility update for gcc8 See merge request !116
-
Tomas Krizek authored
-
Petr Špaček authored
support RAW replies as responses to queries in RANGE See merge request !115
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- 29 May, 2018 1 commit
-
-
Tomas Krizek authored
contrib: add ADJUST keyword to vim syntax highlight See merge request !113
-
- 28 May, 2018 1 commit
-
-
Tomas Krizek authored
-
- 15 May, 2018 4 commits
-
-
Tomas Krizek authored
docs: fix typo See merge request !110
-
Štěpán Balážik authored
-
Tomas Krizek authored
ci: fix for kresd:comparative test See merge request !112
-
Štěpán Balážik authored
-
- 14 May, 2018 22 commits
-
-
Tomas Krizek authored
Migration to Py.test See merge request !96
-
Štěpán Balážik authored
this is to ensure compatibility with Python 3.5
-
Štěpán Balážik authored
-
Štěpán Balážik authored
-
Štěpán Balážik authored
usage: ./run.sh --config first.yaml --scenarios first_folder --config second.yaml --scenarios second_folder this will run tests from first_folder with config from first.yaml and tests from second_folder with config form second.yaml
-
Petr Špaček authored
-
Petr Špaček authored
BTW the original LDPRELOAD= was total nonsense and did not work at all.
-
Petr Špaček authored
-
Petr Špaček authored
Paths to templates are now relative so it is possible to execute run.sh from different directory and use local templates. *_run.sh (e.g. kresd_run.sh) change to the Deckard top level directory so they are compatible with previous behavior.
-
Petr Špaček authored
These changes eliminate risk that `make check` or py.test runner will confuse Deckard scenarios. Also, `tests/` subdirectory is meant for tests for Deckard itself, so Deckard infrastructure was moved to top-level directory.
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
Previously it failed on first failed test without actually comparing the result with merge-base.
-
Petr Špaček authored
These were leftovers from the pre-JUnit system.
-
Petr Špaček authored
It is Deckard-specific equivalent of MAKEFLAGS, which is very handy for default flags like e.g. parallel execution. Use DECKARDFLAGS="-n $(nproc)" to run as many tasks as you have cores.
-
Petr Špaček authored
We are now compatible with old TESTS=.../example.rpl syntax.
-
Petr Špaček authored
This is convenient if you have bunch of failed test and you need to go though all of them because jumping between directories makes it more complicated than necessary.
-
Petr Špaček authored
Hint about pytest-xdist was removed because it did not work anyway. For some reason py.test without xdist returns exit code 2 which is the same as for premature test interruption.
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
Also, I've found out that knot-resolver in Debian stable repos is so old that it does not make sense to test on it anymore. CI now compiles latest kresd master and does comparison on it.
-