Skip to content
  • Matthijs Mekking's avatar
    Add checkds system test · 56262db9
    Matthijs Mekking authored
    Add a Pytest based system test for the 'checkds' feature. There is
    one nameserver (ns9, because it should be started the latest) that
    has configured several zones with dnssec-policy. The zones are set
    in such a state that they are waiting for DS publication or DS
    withdrawal.
    
    Then several other name servers act as parent servers that either have
    the DS for these published, or not. Also one server in the mix is
    to test a badly configured parental-agent.
    
    There are tests for DS publication, DS publication error handling,
    DS withdrawal and DS withdrawal error handling.
    
    The tests ensures that the zone is DNSSEC valid, and that the
    DSPublish/DSRemoved key metadata is set (or not in case of the error
    handling).
    
    It does not test if the rollover continues, this is already tested in
    the kasp system test (that uses 'rndc -dnssec checkds' to set the
    DSPublish/DSRemoved key metadata).
    56262db9