Skip to content

Update nsupdate test

Matthijs Mekking requested to merge matthijs-nsupdate-update_test into main

The nsupdate system test did not record failures from the 'update_test.pl' Perl script. This was because the 'ret' value was not being saved outside the '{ $PERL ... || ret=1 } cat_i' scope.

Change this piece to store the output in a separate file and then cat its contents. Now the 'ret' value is being saved.

Also record failures in 'update_test.pl' if sending the update failed.

Add missing 'n' incrementals to 'nsupdate/test.sh' to keep track of test numbers.

Merge request reports