bind9/bin/tests/system/timeouts
Michal Nowak e1c3034107
Disable pytest cacheprovider plugin in CI
The pytest "cacheprovider" plugin produces a .cache/v/cache/lastfailed
file, which holds a Python dictionary structure with failed tests.
However, on Ubuntu 16.04 (Xenial) the file is created even though the
test passed and the file contains just an empty dictionary ("{}").

Given that we are not interested in this feature, disabling the
"cacheprovider" plugin globally and removing per-test removals of the
.cache directory seems like the best course of action.
2021-04-29 15:29:18 +02:00
..
ns1 Limit logging for verbose system tests 2021-04-28 07:56:47 +02:00
clean.sh Disable pytest cacheprovider plugin in CI 2021-04-29 15:29:18 +02:00
conftest.py Add TCP timeouts system test 2021-03-18 16:37:57 +01:00
prereq.sh Add TCP timeouts system test 2021-03-18 16:37:57 +01:00
setup.sh Add TCP timeouts system test 2021-03-18 16:37:57 +01:00
tests-tcp.py Add TCP timeouts system test 2021-03-18 16:37:57 +01:00