Scroll to navigation

Zonemaster::Test::Consistency(3pm) User Contributed Perl Documentation Zonemaster::Test::Consistency(3pm)

NAME

Zonemaster::Test::Consistency - Consistency module showing the expected structure of Zonemaster test modules

SYNOPSIS

    my @results = Zonemaster::Test::Consistency->all($zone);

METHODS

Runs the default set of tests and returns a list of log entries made by the tests.
Returns a reference to a hash, the keys of which are the names of all test methods in the module, and the corresponding values are references to lists with all the tags that the method can use in log entries.
Returns a reference to a hash with translation data. Used by the builtin translation system.
Returns a version string for the module.

TESTS

Query all nameservers for SOA, and see that they all have the same SOA serial number.
Query all nameservers for SOA, and see that they all have the same SOA rname.
Query all nameservers for SOA, and see that they all have the same time parameters (REFRESH/RETRY/EXPIRE/MINIMUM).
Query all nameservers for NS set, and see that they have all the same content.
Verify that the glue records are consistent between glue and authoritative data.
2022-06-28 perl v5.34.0