- 09 Dec, 2011 1 commit
-
-
Stephen Morris authored
-
- 09 Nov, 2011 1 commit
-
-
Tomek Mrugalski authored
-
- 14 Oct, 2011 2 commits
-
-
Tomek Mrugalski authored
- buffer type changed: char => uint8_t - removed unnecessary statements in Makefile.am
-
Tomek Mrugalski authored
-
- 06 Oct, 2011 1 commit
-
-
JINMEI Tatuya authored
okayed on jabber
-
- 27 Sep, 2011 1 commit
-
-
Jelte Jansen authored
-
- 09 Sep, 2011 1 commit
-
-
JINMEI Tatuya authored
for python logging message scripts.
-
- 18 Aug, 2011 1 commit
-
-
Tomek Mrugalski authored
-
- 27 Jul, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
As always, they can't find libraries needed from C++ python wrappers.
-
- 25 Jul, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
Why do they include boss?
-
- 30 Jun, 2011 2 commits
-
-
Tomek Mrugalski authored
Addr6, Pkt6, IfaceMgr, Dhcpv6Srv. Interface detection is still not implemented, so some parts of the tests are stubbed.
-
Tomek Mrugalski authored
-
- 28 Jun, 2011 2 commits
-
-
JINMEI Tatuya authored
for dependent C++ libraries.
-
Tomek Mrugalski authored
-
- 16 Jun, 2011 1 commit
-
-
Tomek Mrugalski authored
-
- 12 Apr, 2011 1 commit
-
-
Jeremy C. Reed authored
This uses generated test script, so run from the builddir. But now this is slightly different from other test makefiles.
-
- 15 Mar, 2011 1 commit
-
-
Shane Kerr authored
BIND 10 server. Far better suited as a unit test.
-
- 07 Mar, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 04 Mar, 2011 3 commits
-
-
Shane Kerr authored
-
Shane Kerr authored
-
Shane Kerr authored
-
- 12 Nov, 2010 1 commit
-
-
Jeremy C. Reed authored
For loadzone tests, don't use "python" variable names. In configure be able to set path of pycoverage too. And report it at end of configure. Add make targets: clean-cpp-coverage (was clean-coverage) clean-python-coverage report-cpp-coverage (was report-coverage) report-python-coverage (this creates ./py-coverage-html directory) Now generic make targets for these do both. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac362@3510 e5f2f494-b856-4b98-b285-d166d9295462
-
- 07 Oct, 2010 1 commit
-
-
Jeremy C. Reed authored
This will run Python "coverage" tool instead of Python itself for the python test scripts. Then "make check" will create python coverage data which can make a report. I will also add make targets for creating reports later. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac362@3136 e5f2f494-b856-4b98-b285-d166d9295462
-
- 25 Aug, 2010 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac316@2797 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Aug, 2010 1 commit
-
-
Jeremy C. Reed authored
Also add some comments. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac316@2771 e5f2f494-b856-4b98-b285-d166d9295462
-
- 02 Jun, 2010 1 commit
-
-
Jelte Jansen authored
add an isc_config.py 'module' for paths and possibly other configure-time variables (currently only BIND10_MSGQ_SOCKET_FILE, and currently only used in lib/python/isc/cc/session.py) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac223@2049 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Apr, 2010 3 commits
-
-
Jeremy C. Reed authored
For xfrin, make sure EXTRA_DIST is defined outside of the HAVE_BOOST_PYTHON check. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1760 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
I have another commit coming up to fix PYTHONPATH paths. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1759 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Moved msgq tests to own directory. Added targets for all known python unittests. Note this is for those that use the unittest module. Other tests are ignored for now. These tests are ran using "make check" even if not built with gtest. Some of these tests fail. I will comment them out in later commit. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1753 e5f2f494-b856-4b98-b285-d166d9295462
-