File: control

package info (click to toggle)
gdnsd 3.8.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,584 kB
  • sloc: ansic: 30,669; sh: 4,872; perl: 1,047; makefile: 401; pascal: 108
file content (21 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Check whether systemd is running the daemon.
#
# Marked as flaky, because in Ubuntu, systemd-resolved is installed by default,
# having control over port 53, and preventing gdnsd from starting
Tests: daemon
Depends: @
Restrictions: isolation-container, needs-root, flaky

# Run some queries against the running daemon using dig
#
# Marked skippable, to abort if gdnsd is not running.
Tests: common-operations
Depends: @, bind9-dnsutils
Restrictions: isolation-container, needs-root, skippable

# Run the upstream testsuite, using the installed version.
#
# Does not rely on the init system to be running the daemon, or on port 53.
Tests: testsuite
Depends: @, @builddeps@
Restrictions: isolation-container, allow-stderr