mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04: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.
69 lines
848 B
Text
69 lines
848 B
Text
*-symtbl.c
|
|
*.a
|
|
*.gcda
|
|
*.gcno
|
|
*.la
|
|
*.lo
|
|
*.log
|
|
*.o
|
|
*.orig
|
|
*.plist/ # ccc-analyzer store its results in .plist directories
|
|
*.rej
|
|
*.so
|
|
*.trs
|
|
*_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
|
|
Makefile.in
|
|
ans.run
|
|
gen.dSYM/
|
|
kyua.log
|
|
named.memstats
|
|
named.run
|
|
timestamp
|
|
/compile_commands.json
|
|
/cppcheck_html/
|
|
/cppcheck.results
|
|
/tsan
|
|
/util/check-make-install
|
|
/INSTALL
|