BIND 10 master, updated. bcf2117983fa80d3f4bb9a13f896963497553b85 [master] Set lockfile path for DHCP tests

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Oct 9 07:58:02 UTC 2012


The branch, master has been updated
       via  bcf2117983fa80d3f4bb9a13f896963497553b85 (commit)
       via  fb5aa58dabb47c1ef51890bee7da070c6a567f69 (commit)
       via  5879860e006e809fa75fdb78b61f82fdffd69b97 (commit)
      from  c7ab107ab6a5f079475085e87851d940863481dc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bcf2117983fa80d3f4bb9a13f896963497553b85
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Oct 9 10:41:32 2012 +0530

    [master] Set lockfile path for DHCP tests

commit fb5aa58dabb47c1ef51890bee7da070c6a567f69
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Oct 9 10:35:21 2012 +0530

    [master] Update .gitignore files

commit 5879860e006e809fa75fdb78b61f82fdffd69b97
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Oct 9 10:21:48 2012 +0530

    [master] Remove empty GNU-style dist files

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                                       |    2 +-
 src/bin/dhcp4/tests/Makefile.am                    |    1 +
 src/bin/dhcp6/tests/Makefile.am                    |    1 +
 src/lib/dhcp/tests/.gitignore                      |    1 +
 .../auth => lib/util/threads}/tests/.gitignore     |    0
 tests/tools/perfdhcp/templates/.gitignore          |    5 +++++
 6 files changed, 9 insertions(+), 1 deletion(-)
 delete mode 100644 NEWS
 delete mode 100644 TODO
 copy src/{bin/auth => lib/util/threads}/tests/.gitignore (100%)
 create mode 100644 tests/tools/perfdhcp/templates/.gitignore

-----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
deleted file mode 100644
index e69de29..0000000
diff --git a/TODO b/TODO
deleted file mode 100644
index e69de29..0000000
diff --git a/configure.ac b/configure.ac
index c54161e..9177d21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 AC_PREREQ([2.59])
 AC_INIT(bind10-devel, 20120817, bind10-dev at isc.org)
 AC_CONFIG_SRCDIR(README)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])dnl be backward compatible
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4macros])
diff --git a/src/bin/dhcp4/tests/Makefile.am b/src/bin/dhcp4/tests/Makefile.am
index 906b5d1..ddc3000 100644
--- a/src/bin/dhcp4/tests/Makefile.am
+++ b/src/bin/dhcp4/tests/Makefile.am
@@ -16,6 +16,7 @@ check-local:
 	for pytest in $(PYTESTS) ; do \
 	echo Running test: $$pytest ; \
 	PYTHONPATH=$(COMMON_PYTHON_PATH):$(abs_top_srcdir)/src/bin:$(abs_top_builddir)/src/bin/bind10:$(abs_top_builddir)/src/lib/util/io/.libs \
+	B10_LOCKFILE_DIR_FROM_BUILD=$(abs_top_builddir) \
 	$(LIBRARY_PATH_PLACEHOLDER) \
 		$(PYCOVERAGE_RUN) $(abs_srcdir)/$$pytest || exit ; \
 	done
diff --git a/src/bin/dhcp6/tests/Makefile.am b/src/bin/dhcp6/tests/Makefile.am
index 1d9308f..de87582 100644
--- a/src/bin/dhcp6/tests/Makefile.am
+++ b/src/bin/dhcp6/tests/Makefile.am
@@ -15,6 +15,7 @@ check-local:
 	for pytest in $(PYTESTS) ; do \
 	echo Running test: $$pytest ; \
 	$(LIBRARY_PATH_PLACEHOLDER) \
+	B10_LOCKFILE_DIR_FROM_BUILD=$(abs_top_builddir) \
 	PYTHONPATH=$(COMMON_PYTHON_PATH):$(abs_top_srcdir)/src/bin:$(abs_top_builddir)/src/bin/bind10:$(abs_top_builddir)/src/lib/util/io/.libs \
 		$(PYCOVERAGE_RUN) $(abs_srcdir)/$$pytest || exit ; \
 	done
diff --git a/src/lib/dhcp/tests/.gitignore b/src/lib/dhcp/tests/.gitignore
index 313429d..89ea505 100644
--- a/src/lib/dhcp/tests/.gitignore
+++ b/src/lib/dhcp/tests/.gitignore
@@ -1 +1,2 @@
 /libdhcp++_unittests
+/libdhcpsrv_unittests
diff --git a/src/lib/util/threads/tests/.gitignore b/src/lib/util/threads/tests/.gitignore
new file mode 100644
index 0000000..d6d1ec8
--- /dev/null
+++ b/src/lib/util/threads/tests/.gitignore
@@ -0,0 +1 @@
+/run_unittests
diff --git a/tests/tools/perfdhcp/templates/.gitignore b/tests/tools/perfdhcp/templates/.gitignore
new file mode 100644
index 0000000..6f865da
--- /dev/null
+++ b/tests/tools/perfdhcp/templates/.gitignore
@@ -0,0 +1,5 @@
+/test1.hex
+/test2.hex
+/test3.hex
+/test4.hex
+/test5.hex



More information about the bind10-changes mailing list