bind9/bin/tests/system/dnstap
Michał Kępień 5f82122ffa Automatically run clean.sh from run.sh
The first step in all existing setup.sh scripts is to call clean.sh.  To
reduce code duplication and ensure all system tests added in the future
behave consistently with existing ones, invoke clean.sh from run.sh
before calling setup.sh.

(cherry picked from commit d8905b7a9c)
2019-12-06 14:47:08 +01:00
..
ns1 disable QNAME minimization in the dnstap test so packet counts will be correct 2018-11-02 11:34:27 -07:00
ns2 disable QNAME minimization in the dnstap test so packet counts will be correct 2018-11-02 11:34:27 -07:00
ns3 disable QNAME minimization in the dnstap test so packet counts will be correct 2018-11-02 11:34:27 -07:00
ns4 disable QNAME minimization in the dnstap test so packet counts will be correct 2018-11-02 11:34:27 -07:00
bad-fstrm-reopen-interval.conf Allow TTL values when configuring TTLs and time intervals. 2018-04-13 11:46:06 -07:00
bad-fstrm-set-buffer-hint-max.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-buffer-hint-min.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-flush-timeout-max.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-flush-timeout-min.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-input-queue-size-max.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-input-queue-size-min.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-input-queue-size-po2.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-output-notify-threshold.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-output-queue-size-max.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-output-queue-size-min.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-reopen-interval-max.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-reopen-interval-min.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-missing-dnstap-output-view.conf add more dnstap/dnstap-output combinations 2019-10-22 08:23:32 +11:00
bad-missing-dnstap-output.conf named-checkconf failed to report dnstap-output missing 2019-07-23 21:09:34 +10:00
bad-size-version.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
clean.sh update system test to add a check for UPDATE messages 2018-10-03 01:03:56 -07:00
good-dnstap-in-options.conf add more dnstap/dnstap-output combinations 2019-10-22 08:23:32 +11:00
good-dnstap-in-view.conf add more dnstap/dnstap-output combinations 2019-10-22 08:23:32 +11:00
good-fstrm-reopen-interval.conf Allow TTL values when configuring TTLs and time intervals. 2018-04-13 11:46:06 -07:00
good-fstrm-set-buffer-hint.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-fstrm-set-flush-timeout.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-fstrm-set-input-queue-size.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-fstrm-set-output-notify-threshold.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-fstrm-set-output-queue-model-mpsc.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-fstrm-set-output-queue-model-spsc.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-fstrm-set-output-queue-size.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-fstrm-set-reopen-interval.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-size-unlimited.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-size-version.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
large-answer.fstrm dnstap-read: clear buffer before expanding it 2019-06-28 12:46:53 +02:00
README dnstap-read: clear buffer before expanding it 2019-06-28 12:46:53 +02:00
setup.sh Automatically run clean.sh from run.sh 2019-12-06 14:47:08 +01:00
tests.sh dnstap-read: clear buffer before expanding it 2019-06-28 12:46:53 +02:00
ydump.py Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00

Copyright (C) Internet Systems Consortium, Inc. ("ISC")

See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.

The "large-answer.fstrm" file was generated by configuring a named instance
compiled with --enable-dnstap and --enable-fixed-rrset with the following
directives:

    minimal-responses yes;
    rrset-order { order fixed; };
    dnstap { auth response; };
    dnstap-identity none;
    dnstap-output file "large-answer.fstrm";

The captured RRset from the "example." zone was created using:

    $GENERATE 1-48 @ IN A 127.0.0.$

A server instance set up this way was then queried non-recursively (RD=0) for
"example/A".