Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
608
Issues
608
List
Boards
Labels
Service Desk
Milestones
Merge Requests
115
Merge Requests
115
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
d298aa3b
Commit
d298aa3b
authored
May 18, 2020
by
Evan Hunt
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'each-move-wiretest' into 'master'
move wire_test See merge request
!3544
parents
89d7d9af
93d63cd9
Pipeline
#41952
passed with stages
in 28 minutes and 17 seconds
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
16 deletions
+16
-16
bin/tests/Makefile.am
bin/tests/Makefile.am
+12
-0
bin/tests/system/Makefile.am
bin/tests/system/Makefile.am
+0
-12
bin/tests/system/conf.sh.in
bin/tests/system/conf.sh.in
+1
-1
bin/tests/system/dnstap/tests.sh
bin/tests/system/dnstap/tests.sh
+2
-2
bin/tests/wire_test.c
bin/tests/wire_test.c
+0
-0
util/copyrights
util/copyrights
+1
-1
No files found.
bin/tests/Makefile.am
View file @
d298aa3b
include
$(top_srcdir)/Makefile.top
SUBDIRS
=
system
noinst_PROGRAMS
=
wire_test
AM_CPPFLAGS
+=
\
$(LIBISC_CFLAGS)
\
$(LIBDNS_CFLAGS)
LDADD
=
\
$(LIBISC_LIBS)
\
$(LIBDNS_LIBS)
bin/tests/system/Makefile.am
View file @
d298aa3b
...
...
@@ -55,18 +55,6 @@ tkey_keydelete_LDADD = \
$(LDADD)
\
$(LIBDNS_LIBS)
if
HAVE_DNSTAP
check_PROGRAMS
+=
wire_test
wire_test_CPPFLAGS
=
\
$(AM_CPPFLAGS)
\
$(LIBDNS_CFLAGS)
wire_test_LDADD
=
\
$(LDADD)
\
$(LIBDNS_LIBS)
endif
HAVE_DNSTAP
TESTS
=
\
acl
\
additional
\
...
...
bin/tests/system/conf.sh.in
View file @
d298aa3b
...
...
@@ -61,7 +61,7 @@ SETTIME=$TOP_BUILDDIR/bin/dnssec/dnssec-settime
SIGNER
=
$TOP_BUILDDIR
/bin/dnssec/dnssec-signzone
TSIGKEYGEN
=
$TOP_BUILDDIR
/bin/confgen/tsig-keygen
VERIFY
=
$TOP_BUILDDIR
/bin/dnssec/dnssec-verify
WIRETEST
=
$TOP_BUILDDIR
/bin/tests/
system/
wire_test
WIRETEST
=
$TOP_BUILDDIR
/bin/tests/wire_test
BIGKEY
=
$TOP_BUILDDIR
/bin/tests/system/rsabigexponent/bigkey
GENCHECK
=
$TOP_BUILDDIR
/bin/tests/system/rndc/gencheck
...
...
bin/tests/system/dnstap/tests.sh
View file @
d298aa3b
...
...
@@ -44,11 +44,11 @@ if [ $ret != 0 ]; then echo_i "failed"; fi
status
=
`
expr
$status
+
$ret
`
# both the 'a.example/A' lookup and the './NS' lookup to ns1
# need tocomplete before reopening/rolling for the counts to
# need to
complete before reopening/rolling for the counts to
# be correct.
$DIG
$DIGOPTS
@10.53.0.3 a.example
>
dig.out
wait_for_log 20
"(.
/NS): query_rese
t"
ns1/named.run
||
true
wait_for_log 20
"(.
): reset clien
t"
ns1/named.run
||
true
# check three different dnstap reopen/roll methods:
# ns1: dnstap-reopen; ns2: dnstap -reopen; ns3: dnstap -roll
...
...
bin/tests/
system/
wire_test.c
→
bin/tests/wire_test.c
View file @
d298aa3b
File moved
util/copyrights
View file @
d298aa3b
...
...
@@ -929,7 +929,6 @@
./bin/tests/system/win32/pipequeries.vcxproj.filters.in X 2016,2018,2019,2020
./bin/tests/system/win32/pipequeries.vcxproj.in X 2016,2017,2018,2019,2020
./bin/tests/system/win32/pipequeries.vcxproj.user X 2016,2018,2019,2020
./bin/tests/system/wire_test.c C 2020
./bin/tests/system/xfer/ans5/badkeydata X 2011,2018,2019,2020
./bin/tests/system/xfer/ans5/badmessageid X 2020
./bin/tests/system/xfer/ans5/goodaxfr X 2011,2018,2019,2020
...
...
@@ -981,6 +980,7 @@
./bin/tests/win32/timer_test.vcxproj.filters.in X 2013,2015,2018,2019,2020
./bin/tests/win32/timer_test.vcxproj.in X 2013,2015,2016,2017,2018,2019,2020
./bin/tests/win32/timer_test.vcxproj.user X 2013,2018,2019,2020
./bin/tests/wire_test.c C 1999,2000,2001,2004,2005,2007,2015,2016,2018,2019,2020
./bin/tools/arpaname.c C 2009,2015,2016,2018,2019,2020
./bin/tools/arpaname.rst RST 2020
./bin/tools/dnstap-read.c C 2015,2016,2017,2018,2019,2020
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment