mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 03:11:56 -05:00
The system tests currently uses patchwork of shell scripts which doesn't
offer proper error handling.
This commit introduced option to write new tests in pytest framework
that also allows easier manipulation of DNS traffic (using dnspython),
native XML and JSON manipulation and proper error reporting.
(cherry picked from commit cf5105939c)
65 lines
815 B
Text
65 lines
815 B
Text
*-symtbl.c
|
|
*.a
|
|
*.gcda
|
|
*.gcno
|
|
*.la
|
|
*.lo
|
|
*.o
|
|
*.orig
|
|
*.plist/ # ccc-analyzer store its results in .plist directories
|
|
*.rej
|
|
*.so
|
|
*_test
|
|
*.ipch # vscode/intellisense precompiled header
|
|
*~
|
|
__pycache__/
|
|
.ccache/
|
|
.cproject
|
|
.deps/
|
|
.dirstamp
|
|
.libs/
|
|
.project
|
|
.settings
|
|
/aclocal.m4
|
|
/ar-lib
|
|
/autom4te.cache/
|
|
/bind.keys.h
|
|
/compile
|
|
/config.cache
|
|
/config.guess
|
|
/config.h
|
|
/config.h.in
|
|
/config.log
|
|
/config.status
|
|
/config.sub
|
|
/configure
|
|
/configure.lineno
|
|
/depcomp
|
|
/install-sh
|
|
/isc-config.sh
|
|
/libltdl/*
|
|
/libtool
|
|
/ltmain.sh
|
|
/m4/libtool.m4
|
|
/m4/ltargz.m4
|
|
/m4/ltdl.m4
|
|
/m4/ltoptions.m4
|
|
/m4/ltsugar.m4
|
|
/m4/ltversion.m4
|
|
/m4/lt~obsolete.m4
|
|
/missing
|
|
/py-compile
|
|
/stamp-h1
|
|
/test-driver
|
|
Makefile
|
|
ans.run
|
|
gen.dSYM/
|
|
kyua.log
|
|
named.memstats
|
|
named.run
|
|
timestamp
|
|
/compile_commands.json
|
|
/cppcheck_html/
|
|
/cppcheck.results
|
|
/tsan
|
|
/util/check-make-install
|