mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
wait longer for the nsec3chain generation to complete
This commit is contained in:
parent
db632b0543
commit
5f49da42fe
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: tests.sh,v 1.83 2011/03/21 01:02:39 marka Exp $
|
||||
# $Id: tests.sh,v 1.84 2011/03/21 03:30:48 marka Exp $
|
||||
|
||||
SYSTEMTESTTOP=..
|
||||
. $SYSTEMTESTTOP/conf.sh
|
||||
|
|
@ -1262,7 +1262,7 @@ sed -e 's/.*://' -e 's/^/update add /' -e 's/IN/300 IN/'
|
|||
echo update add nsec3chain-test. 0 nsec3param 1 0 1 -
|
||||
echo send
|
||||
) | $NSUPDATE
|
||||
for i in 1 2 3 4 5 6 7 8 9
|
||||
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
||||
do
|
||||
$DIG $DIGOPTS nsec3param nsec3chain-test @10.53.0.2 > dig.out.ns2.test$n || ret=1
|
||||
if grep "ANSWER: 2," dig.out.ns2.test$n >/dev/null
|
||||
|
|
|
|||
Loading…
Reference in a new issue