summaryrefslogtreecommitdiffstats
path: root/test/TEST-75-RESOLVED (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: Rework integration test definitionsDaan De Meyer2024-05-141-0/+7
| | | | | | | Let's make this behave more like all the rest of the meson stuff. This also is the first step to making it a bit more flexible so we can define integration tests in different ways as will be seen in the next commits.
* TEST-75-RESOLVED: Move knot configuration to /usr/lib/systemd/tests/testdataDaan De Meyer2024-05-061-15/+0
| | | | | This allows the logic to install the configuration to be done inside the test itself which allows it to be shared with mkosi.
* resolved: added serve stale feature implementation of RFC 8767Kiran Vemula2023-06-161-0/+5
| | | | | | | serve stale feature to keep the DNS resource records beyond TTL to return them as stale records in case of upstream server is not reachable or returns negative response. SD_RESOLVED_NO_STALE flag has been added to disable serving stale records via dbus. added serve stale test cases to TEST-75-RESOLVED Fixes: #21815
* test: introduce test_require_bin() and use itFrantisek Sumsal2023-06-051-4/+1
| | | | No functional change.
* test: replace Makefile for several tests with symlink to the one for ↵Yu Watanabe2023-05-191-6/+1
| | | | TEST-01-BASIC
* test: mark knot.conf tmpfiles config as optionalFrantisek Sumsal2022-09-051-1/+1
| | | | | | Since it got removed in the recent knot release. See: https://github.com/CZ-NIC/knot/commit/a6971a4025133a77b29f6d2b381b40dc0499730c
* test: install /etc/default/knot if available as wellFrantisek Sumsal2022-08-231-0/+1
| | | | | | | | | | | | | The knot.service on Ubuntu Jammy loads an env file which we didn't install, causing the service to fail: ``` knot.service: Will spawn child (service_enter_start_pre): /usr/sbin/knotc knot.service: Failed to load environment files: No such file or directory knot.service: Failed to run 'start-pre' task: No such file or directory knot.service: Failed with result 'resources'. knot.service: Service will not restart (restart setting) ```
* test: Introduce systemd-resolved test suiteFrantisek Sumsal2022-07-042-0/+49
Resolves: #19599