Skip to content

Commit

Permalink
add idn.testLabelsForOTE resource
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Nov 13, 2024
1 parent 77f8d99 commit 87004fc
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-11-13:
- |
Added the [`idn.testLabelsForOTE`](#Resource-idn.testLabelsForOTE) resource
to the IDN test suite.
2024-11-06:
- |
Updates to:
Expand Down
25 changes: 23 additions & 2 deletions inc/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,27 @@ tmch.testSMDRL:

tmch.testSURL:
Description: |
A file containing the list of labels for which SMDs have been produced in
the TMCH test environment.
A CSV file containing the list of labels for which SMDs have been produced
in the TMCH test environment.
URL: https://rst-api.icann.org/v1/resource/tmch.testSURL.csv

idn.testLabelsForOTE:
Description: |
Test cases in the IDN test suite require a set of test labels which are used
to compute domain names used in EPP `<create>` commands. These test labels
are provided when IDN table objects are created through the API.
In production, these objects will be created by ICANN org, but for OT&E,
test subjects must create IDN table objects themselves, and must therefore
provide test labels.
Test subjects are free to submit any test labels they wish, but in order to
properly simulate a production test, the same set of labels should be used.
This resource is a zip file containing JSON files, each of which contains
the test labels for the [second-level reference
LGR](https://www.icann.org/resources/pages/second-level-lgr-2015-06-21-en)
identified by the language tag in the file name. The JSON files conform to
the `idnTestLabels` object type from the [RST-API
specification](https://icann.github.io/rst-api-spec/).
URL: https://to-be-determined.example.com/testLabelsForOTE.zip
2 changes: 1 addition & 1 deletion inc/suites.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ StandardIDN:
* [RFC 5893 - Right-to-Left Scripts for Internationalized Domain Names for Applications (IDNA)](https://www.rfc-editor.org/rfc/rfc5893.html)
* [RFC 5894 - Internationalized Domain Names for Applications (IDNA): Background, Explanation, and Rationale](https://www.rfc-editor.org/rfc/rfc5894.html)
* [IDN Implementation Guidelines](https://www.icann.org/en/topics/idn/implementation-guidelines.htm)

Test-Cases: ^idn-
Input-Parameters:
- general.registryDataModel
Expand All @@ -244,6 +243,7 @@ StandardIDN:
- epp.client02CSR
- epp.client01Certificate
- epp.client02Certificate
- idn.testLabelsForOTE

StandardSRSGateway:
Order: 7
Expand Down

0 comments on commit 87004fc

Please sign in to comment.