- Oct 21, 2020
-
-
Petr Špaček authored
support for forwarding scenarios See merge request !203
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
explicit outgoing addresses to make PCAPs easier to read See merge request !205
-
Petr Špaček authored
Since migration to network namespaces PCAPs are harder to read because source and destination addresses are always the same. This is AFAIK caused by kernel routing and works as intended for real networks. In our case all IP addresses are on local interfaces so we can explicitly configure outgoing addresses in daemons and this will again produce PCAPs where source address matches address assigned to the daemon by Deckard. At the moment Deckard assigns only one IPv4 or IPv6 address to binary under test, i.e. this is not a complete fix: In cases where daemon has IPv4 address assigned by Deckard but decides to contact IPv6 server it will use the same address as source and destination. Related: !169
-
Petr Špaček authored
workaround for incorrect EDNS buffer size handling in testserver See merge request !204
-
Petr Špaček authored
Related: #66
-
- Oct 19, 2020
-
-
Petr Špaček authored
Reintroduce a way to access other binaries' IP addresses Closes #63 See merge request !202
-
Petr Špaček authored
Closes: #63
-
- Oct 06, 2020
-
-
Tomas Krizek authored
doc: don't recommend the deprecated -f parameter See merge request !201
-
- Oct 05, 2020
-
-
Vladimír Čunát authored
Non-numeric parameters don't seem to suffer from the problem in comment.
-
- Sep 25, 2020
-
-
Petr Špaček authored
run.sh: properly handle pytest error codes See merge request !200
-
-
- Sep 16, 2020
-
-
Lukas Jezek authored
pylnint: fix raise-missing-from W0707 See merge request !199
-
- Sep 15, 2020
-
-
Tomas Krizek authored
-
Vladimír Čunát authored
-
- Sep 14, 2020
-
-
Lukas Jezek authored
-
- Aug 19, 2020
-
-
Petr Špaček authored
mock_client: randomize source port See merge request !195
-
Petr Špaček authored
It enables us to distribute queries among more instances on the same address (SO_REUSEPORT on the server side).
-
Petr Špaček authored
deckard: make conncheck optional See merge request !196
-
Petr Špaček authored
Make connection check on daemon startup optional. It is useful for testing combinations of binaries where some of them are only clients or communicate with others via non-DNS protocols (like cache garbage collector).
-
Petr Špaček authored
rplint improvements See merge request !194
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
As far as I can tell self.fields was not used outside of this function so I removed it.
-
Petr Špaček authored
allow verbose logging under xdist See merge request !193
-
Petr Špaček authored
It is not clear why 8e9f5639 disallowed verbose logging under xdist. It seems to work with: - python 3.8.5 - py.test 6.0.1 - xdist 1.34.0
-
- Aug 12, 2020
-
-
Štěpán Balážik authored
Monotonic time tests Closes #54 See merge request !189
-
- Aug 11, 2020
-
-
Štěpán Balážik authored
-
Štěpán Balážik authored
this is done by appending `-monotonic` to the .rpl filename e.g. `val_xyz-monotonic.rpl`
-
Štěpán Balážik authored
test for version kresd 5.1.3. See merge request !192
-
resolver: adapt test val_dname_bogus to changes in knot-resolver!1020
-
Štěpán Balážik authored
bump jinja version to get rid of the deprecation warnings See merge request !191
-
Štěpán Balážik authored
-
Štěpán Balážik authored
nit: remove deprecated option from deckard_pytest.ini See merge request !190
-
Štěpán Balážik authored
-
- Aug 07, 2020
-
-
Petr Špaček authored
introduce DECKARD_WRAPPER env variable for easier debugging See merge request !188
-
Petr Špaček authored
-
- Aug 06, 2020
-
-
Petr Špaček authored
introduce DECKARD_NOCLEAN environment variable See merge request !187
-
Petr Špaček authored
-