Name | Date | Size | |
---|---|---|---|
.. | 2016-06-27 06:56:38 | 77 | |
autosign-ksk | 2016-06-27 06:56:38 | 6 | |
autosign-zsk | 2016-06-27 06:56:38 | 6 | |
cleanall.sh | 2016-06-27 06:56:38 | 730 | |
common | 2016-06-27 06:56:38 | 5 | |
conf.sh.in | 2016-06-27 06:56:38 | 1.3 KiB | |
Makefile.in | 2016-06-27 06:56:38 | 821 | |
README | 2016-06-27 06:56:38 | 874 | |
run.sh | 2016-06-27 06:56:38 | 1.9 KiB | |
runall.sh | 2016-06-27 06:56:38 | 667 | |
setup.sh | 2016-06-27 06:56:38 | 676 | |
slave | 2016-06-27 06:56:38 | 6 | |
start.pl | 2016-06-27 06:56:38 | 3.9 KiB | |
start.sh | 2016-06-27 06:56:38 | 377 | |
stop.pl | 2016-06-27 06:56:38 | 3.4 KiB | |
stop.sh | 2016-06-27 06:56:38 | 378 | |
testsock.pl | 2016-06-27 06:56:38 | 994 | |
vtwrapper.c | 2016-06-27 06:56:38 | 6.3 KiB |
README
Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
This is copied from ../system.
This test suite uses a virtual time, gettimeofday(), select(),
poll(), kevent() and epoll_wait() Unix system calls are redirected:
gettimeofday() returns a date in virtual/exponentially inflated
delay from an epoch, select(), poll(), kevent() and epoll_wait()
timeouts are deflated down to at least 10ms.
These tests depends on LD_PRELOAD being supported by the runtime
loader.
Beware BIND clock uses unsigned integer, in 22 seconds isc_time_now()
overflows and breaks assertions. Note 22 real seconds is 136 virtual
years...
$Id: README,v 1.2 2010/06/17 05:38:04 marka Exp $