This repository contains the specifications for ICANN's Registry System Testing (RST) v2.0 service.
-
The files in inc/ are what you need to edit if you want to make changes to the test specifications.
-
rst-test-spec-schema.yaml is a schema for the YAML spec file.
-
zonemaster-test-policies.yaml contains policies that are applied to Zonemaster tests when generating the spec files and the Zonemaster profile.
-
The data directory contains the XLSX files from which the data providers are generated.
-
The .env file specifies which version of Zonemaster should be used to generate DNS and DNSSEC test cases, and their associated error codes. zonemaster-test-policies.yaml controls how the Zonemaster test cases and documentation should be incorporated into the RST specs.
The simplest way to build the specification is to run docker compose run spec
(you obviously need Docker). The first run will take a while as it needs to
build the image, but it will be quite fast after that.
- Make the changes you want to make.
- Once committed, tag the commit. The tag MUST take the form
vYYYY.DD
whereYYYY
is the current year andDD
is a two-digit serial number that resets to01
at the start of each year. Then push the tag to GitHub usinggit push --tags
. - Create a new release using the tag.
Since the RST API spec includes data elements from the test specs, every time a new version of the RST spec is released, a new version of the API spec must also be released, in order to incorporate any changes to those data elements.
This repository is (c) 2025 Internet Corporation for Assigned Names and Numbers (ICANN). All rights reserved.