[svn] commit: r1599 - in /branches/bind10-devel-20100319/src: bin/auth/tests/ bin/bind10/ bin/bindctl/ bin/loadzone/ bin/msgq/ lib/auth/tests/ lib/config/ lib/dns/tests/ lib/python/isc/cc/ lib/python/isc/config/
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Mar 19 16:06:32 UTC 2010
Author: jreed
Date: Fri Mar 19 16:06:32 2010
New Revision: 1599
Log:
merge from trunk: make sure tests and testdata are included in tarball
Modified:
branches/bind10-devel-20100319/src/bin/auth/tests/Makefile.am
branches/bind10-devel-20100319/src/bin/bind10/Makefile.am
branches/bind10-devel-20100319/src/bin/bindctl/Makefile.am
branches/bind10-devel-20100319/src/bin/loadzone/Makefile.am
branches/bind10-devel-20100319/src/bin/msgq/Makefile.am
branches/bind10-devel-20100319/src/lib/auth/tests/Makefile.am
branches/bind10-devel-20100319/src/lib/config/Makefile.am
branches/bind10-devel-20100319/src/lib/dns/tests/Makefile.am
branches/bind10-devel-20100319/src/lib/python/isc/cc/Makefile.am
branches/bind10-devel-20100319/src/lib/python/isc/config/Makefile.am
Modified: branches/bind10-devel-20100319/src/bin/auth/tests/Makefile.am
==============================================================================
--- branches/bind10-devel-20100319/src/bin/auth/tests/Makefile.am (original)
+++ branches/bind10-devel-20100319/src/bin/auth/tests/Makefile.am Fri Mar 19 16:06:32 2010
@@ -26,3 +26,25 @@
endif
noinst_PROGRAMS = $(TESTS)
+
+EXTRA_DIST = testdata/badExampleQuery_fromWire
+EXTRA_DIST += testdata/badExampleQuery_fromWire.spec
+EXTRA_DIST += testdata/example.com
+EXTRA_DIST += testdata/examplequery_fromWire
+EXTRA_DIST += testdata/examplequery_fromWire.spec
+EXTRA_DIST += testdata/example.sqlite3
+EXTRA_DIST += testdata/iqueryresponse_fromWire
+EXTRA_DIST += testdata/iqueryresponse_fromWire.spec
+EXTRA_DIST += testdata/multiquestion_fromWire
+EXTRA_DIST += testdata/multiquestion_fromWire.spec
+EXTRA_DIST += testdata/queryBadEDNS_fromWire
+EXTRA_DIST += testdata/queryBadEDNS_fromWire.spec
+EXTRA_DIST += testdata/shortanswer_fromWire
+EXTRA_DIST += testdata/shortanswer_fromWire.spec
+EXTRA_DIST += testdata/shortmessage_fromWire
+EXTRA_DIST += testdata/shortquestion_fromWire
+EXTRA_DIST += testdata/shortresponse_fromWire
+EXTRA_DIST += testdata/simplequery_fromWire
+EXTRA_DIST += testdata/simplequery_fromWire.spec
+EXTRA_DIST += testdata/simpleresponse_fromWire
+EXTRA_DIST += testdata/simpleresponse_fromWire.spec
Modified: branches/bind10-devel-20100319/src/bin/bind10/Makefile.am
==============================================================================
--- branches/bind10-devel-20100319/src/bin/bind10/Makefile.am (original)
+++ branches/bind10-devel-20100319/src/bin/bind10/Makefile.am Fri Mar 19 16:06:32 2010
@@ -8,7 +8,7 @@
EXTRA_DIST = bob.spec
man_MANS = bind10.8
-EXTRA_DIST += $(man_MANS) bind10.xml
+EXTRA_DIST += $(man_MANS) bind10.xml tests/bind10_test.py
if ENABLE_MAN
Modified: branches/bind10-devel-20100319/src/bin/bindctl/Makefile.am
==============================================================================
--- branches/bind10-devel-20100319/src/bin/bindctl/Makefile.am (original)
+++ branches/bind10-devel-20100319/src/bin/bindctl/Makefile.am Fri Mar 19 16:06:32 2010
@@ -9,6 +9,7 @@
bindctldir = $(DESTDIR)$(pkgdatadir)
bindctl_DATA = bindctl.pem
EXTRA_DIST += bindctl.pem
+EXTRA_DIST += unittest/bindctl_test.py
CLEANFILES = bindctl
Modified: branches/bind10-devel-20100319/src/bin/loadzone/Makefile.am
==============================================================================
--- branches/bind10-devel-20100319/src/bin/loadzone/Makefile.am (original)
+++ branches/bind10-devel-20100319/src/bin/loadzone/Makefile.am Fri Mar 19 16:06:32 2010
@@ -21,3 +21,24 @@
install-data-local:
$(mkinstalldirs) $(DESTDIR)/@localstatedir@/@PACKAGE@
# TODO: permissions handled later
+
+EXTRA_DIST += testdata/README
+EXTRA_DIST += testdata/dsset-subzone.example.com.
+EXTRA_DIST += testdata/example.com
+EXTRA_DIST += testdata/example.com.signed
+EXTRA_DIST += testdata/Kexample.com.+005+04456.key
+EXTRA_DIST += testdata/Kexample.com.+005+04456.private
+EXTRA_DIST += testdata/Kexample.com.+005+33495.key
+EXTRA_DIST += testdata/Kexample.com.+005+33495.private
+EXTRA_DIST += testdata/Ksql1.example.com.+005+12447.key
+EXTRA_DIST += testdata/Ksql1.example.com.+005+12447.private
+EXTRA_DIST += testdata/Ksql1.example.com.+005+33313.key
+EXTRA_DIST += testdata/Ksql1.example.com.+005+33313.private
+EXTRA_DIST += testdata/Ksql2.example.com.+005+38482.key
+EXTRA_DIST += testdata/Ksql2.example.com.+005+38482.private
+EXTRA_DIST += testdata/Ksql2.example.com.+005+63192.key
+EXTRA_DIST += testdata/Ksql2.example.com.+005+63192.private
+EXTRA_DIST += testdata/sql1.example.com
+EXTRA_DIST += testdata/sql1.example.com.signed
+EXTRA_DIST += testdata/sql2.example.com
+EXTRA_DIST += testdata/sql2.example.com.signed
Modified: branches/bind10-devel-20100319/src/bin/msgq/Makefile.am
==============================================================================
--- branches/bind10-devel-20100319/src/bin/msgq/Makefile.am (original)
+++ branches/bind10-devel-20100319/src/bin/msgq/Makefile.am Fri Mar 19 16:06:32 2010
@@ -5,7 +5,7 @@
CLEANFILES = msgq
man_MANS = msgq.8
-EXTRA_DIST = $(man_MANS) msgq.xml
+EXTRA_DIST = $(man_MANS) msgq.xml msgq_test.py
if ENABLE_MAN
Modified: branches/bind10-devel-20100319/src/lib/auth/tests/Makefile.am
==============================================================================
--- branches/bind10-devel-20100319/src/lib/auth/tests/Makefile.am (original)
+++ branches/bind10-devel-20100319/src/lib/auth/tests/Makefile.am Fri Mar 19 16:06:32 2010
@@ -23,3 +23,36 @@
endif
noinst_PROGRAMS = $(TESTS)
+
+EXTRA_DIST = testdata/brokendb.sqlite3
+EXTRA_DIST += testdata/example2.com
+EXTRA_DIST += testdata/example2.com.sqlite3
+EXTRA_DIST += testdata/example.com.signed
+EXTRA_DIST += testdata/example.org
+EXTRA_DIST += testdata/example.org.sqlite3
+EXTRA_DIST += testdata/mkbrokendb.c
+EXTRA_DIST += testdata/q_cname
+EXTRA_DIST += testdata/q_cname_ext
+EXTRA_DIST += testdata/q_cname_int
+EXTRA_DIST += testdata/q_dname
+EXTRA_DIST += testdata/q_example_ns
+EXTRA_DIST += testdata/q_example_ptr
+EXTRA_DIST += testdata/q_glork
+EXTRA_DIST += testdata/q_spork
+EXTRA_DIST += testdata/q_sql1
+EXTRA_DIST += testdata/q_subzone
+EXTRA_DIST += testdata/q_subzone_any
+EXTRA_DIST += testdata/q_subzone_dname
+EXTRA_DIST += testdata/q_subzone_ds
+EXTRA_DIST += testdata/q_subzone_ns
+EXTRA_DIST += testdata/q_subzone_nsec
+EXTRA_DIST += testdata/q_wild2_a
+EXTRA_DIST += testdata/q_wild2_aaaa
+EXTRA_DIST += testdata/q_wild3_a
+EXTRA_DIST += testdata/q_wild_a
+EXTRA_DIST += testdata/q_wild_aaaa
+EXTRA_DIST += testdata/root.zone
+EXTRA_DIST += testdata/sql1.example.com.signed
+EXTRA_DIST += testdata/sql2.example.com.signed
+EXTRA_DIST += testdata/test-root.sqlite3
+EXTRA_DIST += testdata/test.sqlite3
Modified: branches/bind10-devel-20100319/src/lib/config/Makefile.am
==============================================================================
--- branches/bind10-devel-20100319/src/lib/config/Makefile.am (original)
+++ branches/bind10-devel-20100319/src/lib/config/Makefile.am Fri Mar 19 16:06:32 2010
@@ -10,3 +10,40 @@
if HAVE_GTEST
SUBDIRS = . tests
endif
+
+EXTRA_DIST = testdata/b10-config-bad1.db
+EXTRA_DIST += testdata/b10-config-bad2.db
+EXTRA_DIST += testdata/b10-config-bad3.db
+EXTRA_DIST += testdata/b10-config.db
+EXTRA_DIST += testdata/data22_1.data
+EXTRA_DIST += testdata/data22_2.data
+EXTRA_DIST += testdata/data22_3.data
+EXTRA_DIST += testdata/data22_4.data
+EXTRA_DIST += testdata/data22_5.data
+EXTRA_DIST += testdata/data22_6.data
+EXTRA_DIST += testdata/data22_7.data
+EXTRA_DIST += testdata/data22_8.data
+EXTRA_DIST += testdata/spec1.spec
+EXTRA_DIST += testdata/spec2.spec
+EXTRA_DIST += testdata/spec3.spec
+EXTRA_DIST += testdata/spec4.spec
+EXTRA_DIST += testdata/spec5.spec
+EXTRA_DIST += testdata/spec6.spec
+EXTRA_DIST += testdata/spec7.spec
+EXTRA_DIST += testdata/spec8.spec
+EXTRA_DIST += testdata/spec9.spec
+EXTRA_DIST += testdata/spec10.spec
+EXTRA_DIST += testdata/spec11.spec
+EXTRA_DIST += testdata/spec12.spec
+EXTRA_DIST += testdata/spec13.spec
+EXTRA_DIST += testdata/spec14.spec
+EXTRA_DIST += testdata/spec15.spec
+EXTRA_DIST += testdata/spec16.spec
+EXTRA_DIST += testdata/spec17.spec
+EXTRA_DIST += testdata/spec18.spec
+EXTRA_DIST += testdata/spec19.spec
+EXTRA_DIST += testdata/spec20.spec
+EXTRA_DIST += testdata/spec21.spec
+EXTRA_DIST += testdata/spec22.spec
+EXTRA_DIST += testdata/spec23.spec
+EXTRA_DIST += testdata/spec24.spec
Modified: branches/bind10-devel-20100319/src/lib/dns/tests/Makefile.am
==============================================================================
--- branches/bind10-devel-20100319/src/lib/dns/tests/Makefile.am (original)
+++ branches/bind10-devel-20100319/src/lib/dns/tests/Makefile.am Fri Mar 19 16:06:32 2010
@@ -42,3 +42,85 @@
endif
noinst_PROGRAMS = $(TESTS)
+
+# NOTE: keep this in sync with real file listing
+# so is included in tarball
+EXTRA_DIST = testdata/rrcode32_fromWire2
+EXTRA_DIST += testdata/rrcode16_fromWire1
+EXTRA_DIST += testdata/question_fromWire
+EXTRA_DIST += testdata/rrcode16_fromWire2
+EXTRA_DIST += testdata/rdata_dnskey_fromWire
+EXTRA_DIST += testdata/rdata_unknown_fromWire
+EXTRA_DIST += testdata/rdata_rrsig_fromWire2.spec
+EXTRA_DIST += testdata/rdata_opt_fromWire
+EXTRA_DIST += testdata/message_fromWire11.spec
+EXTRA_DIST += testdata/name_toWire1
+EXTRA_DIST += testdata/name_toWire2
+EXTRA_DIST += testdata/name_fromWire10
+EXTRA_DIST += testdata/name_toWire3
+EXTRA_DIST += testdata/name_fromWire11
+EXTRA_DIST += testdata/name_toWire4
+EXTRA_DIST += testdata/name_fromWire3_1
+EXTRA_DIST += testdata/name_fromWire12
+EXTRA_DIST += testdata/rdata_nsec_fromWire1
+EXTRA_DIST += testdata/rdata_in_aaaa_fromWire
+EXTRA_DIST += testdata/message_toWire1
+EXTRA_DIST += testdata/name_fromWire13
+EXTRA_DIST += testdata/name_fromWire3_2
+EXTRA_DIST += testdata/rdata_nsec_fromWire2
+EXTRA_DIST += testdata/message_fromWire10
+EXTRA_DIST += testdata/name_fromWire14
+EXTRA_DIST += testdata/rdata_nsec_fromWire3
+EXTRA_DIST += testdata/message_fromWire11
+EXTRA_DIST += testdata/gen-wiredata.py.in
+EXTRA_DIST += testdata/rdata_soa_fromWire
+EXTRA_DIST += testdata/rrset_toWire1
+EXTRA_DIST += testdata/rdata_mx_fromWire
+EXTRA_DIST += testdata/rdata_dname_fromWire
+EXTRA_DIST += testdata/rrset_toWire2
+EXTRA_DIST += testdata/name_fromWire1
+EXTRA_DIST += testdata/name_fromWire2
+EXTRA_DIST += testdata/name_fromWire4
+EXTRA_DIST += testdata/message_fromWire1
+EXTRA_DIST += testdata/name_fromWire6
+EXTRA_DIST += testdata/message_fromWire2
+EXTRA_DIST += testdata/name_fromWire7
+EXTRA_DIST += testdata/message_fromWire3
+EXTRA_DIST += testdata/question_toWire1
+EXTRA_DIST += testdata/name_fromWire8
+EXTRA_DIST += testdata/message_fromWire4
+EXTRA_DIST += testdata/question_toWire2
+EXTRA_DIST += testdata/name_fromWire9
+EXTRA_DIST += testdata/message_fromWire5
+EXTRA_DIST += testdata/message_fromWire6
+EXTRA_DIST += testdata/message_fromWire7
+EXTRA_DIST += testdata/message_fromWire8
+EXTRA_DIST += testdata/message_fromWire9
+EXTRA_DIST += testdata/message_fromWire10.spec
+EXTRA_DIST += testdata/rdata_ds_fromWire
+EXTRA_DIST += testdata/rdata_in_a_fromWire
+EXTRA_DIST += testdata/rdata_rrsig_fromWire1
+EXTRA_DIST += testdata/rdata_rrsig_fromWire2
+EXTRA_DIST += testdata/rdata_ns_fromWire
+EXTRA_DIST += testdata/rdata_cname_fromWire
+EXTRA_DIST += testdata/rdata_mx_toWire1
+EXTRA_DIST += testdata/rrcode32_fromWire1
+EXTRA_DIST += testdata/rdata_nsec3_fromWire1
+EXTRA_DIST += testdata/rdata_nsec3_fromWire2
+EXTRA_DIST += testdata/rdata_nsec3param_fromWire1
+EXTRA_DIST += testdata/rdata_nsec3_fromWire3
+EXTRA_DIST += testdata/rdata_soa_toWireUncompressed.spec
+EXTRA_DIST += testdata/rdata_soa_toWireUncompressed
+EXTRA_DIST += testdata/rdata_nsec_fromWire4.spec
+EXTRA_DIST += testdata/rdata_nsec_fromWire4
+EXTRA_DIST += testdata/rdata_txt_fromWire4.spec
+EXTRA_DIST += testdata/rdata_nsec_fromWire7.spec
+EXTRA_DIST += testdata/rdata_txt_fromWire5.spec
+EXTRA_DIST += testdata/rdata_nsec_fromWire8.spec
+EXTRA_DIST += testdata/rdata_txt_fromWire2.spec
+EXTRA_DIST += testdata/rdata_txt_fromWire1
+EXTRA_DIST += testdata/rdata_txt_fromWire2
+EXTRA_DIST += testdata/rdata_txt_fromWire3
+EXTRA_DIST += testdata/rdata_txt_fromWire4
+EXTRA_DIST += testdata/rdata_txt_fromWire5
+EXTRA_DIST += testdata/rdata_txt_fromWire3.spec
Modified: branches/bind10-devel-20100319/src/lib/python/isc/cc/Makefile.am
==============================================================================
--- branches/bind10-devel-20100319/src/lib/python/isc/cc/Makefile.am (original)
+++ branches/bind10-devel-20100319/src/lib/python/isc/cc/Makefile.am Fri Mar 19 16:06:32 2010
@@ -1,3 +1,9 @@
python_PYTHON = __init__.py data.py session.py message.py
pythondir = $(pyexecdir)/isc/cc
+
+EXTRA_DIST = tests/data_test.py
+EXTRA_DIST += tests/sendcmd.py
+EXTRA_DIST += tests/session_test.py
+EXTRA_DIST += tests/test.py
+EXTRA_DIST += tests/test_session.py
Modified: branches/bind10-devel-20100319/src/lib/python/isc/config/Makefile.am
==============================================================================
--- branches/bind10-devel-20100319/src/lib/python/isc/config/Makefile.am (original)
+++ branches/bind10-devel-20100319/src/lib/python/isc/config/Makefile.am Fri Mar 19 16:06:32 2010
@@ -1,3 +1,9 @@
python_PYTHON = __init__.py ccsession.py cfgmgr.py config_data.py module_spec.py
pythondir = $(pyexecdir)/isc/config
+
+EXTRA_DIST = tests/ccsession_test.py
+EXTRA_DIST += tests/cfgmgr_test.py
+EXTRA_DIST += tests/config_data_test.py
+EXTRA_DIST += tests/module_spec_test.py
+EXTRA_DIST += tests/unittest_fakesession.py
More information about the bind10-changes
mailing list