Skip to content

Commit

Permalink
Merge pull request #2 from DK-Hostmaster/test-data
Browse files Browse the repository at this point in the history
Added section on test data
  • Loading branch information
jonasbn authored Jul 30, 2019
2 parents 6ea0757 + 5860381 commit 420084d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- '6'
- '8'

install:
- npm install -g markdownlint-cli

script:
- markdownlint *.md ; markdownlint */*.md
- markdownlint README.md
26 changes: 22 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# DK Hostmaster Sandbox Environment Specification

2018-11-29 Revision 2.00
2019-07-30 Revision 2.1

## Table of Contents

<!-- MarkdownTOC bracket=round levels="1,2,3,4,5" indent=" " -->
<!-- MarkdownTOC bracket=round levels="1,2,3,4,5" indent=" " autoanchor="true" autolink="true" -->

- [Introduction](#introduction)
- [About this Document](#about-this-document)
Expand All @@ -20,6 +20,7 @@
- [DSU](#dsu)
- [EPP](#epp)
- [RP](#rp)
- [Available Data](#available-data)
- [Additional Facilities](#additional-facilities)
- [Domain Application Processing](#domain-application-processing)
- [Implementation Requirements](#implementation-requirements)
Expand Down Expand Up @@ -52,11 +53,15 @@ This document is copyright by DK Hostmaster A/S and is licensed under the MIT Li
<a id="document-history"></a>
### Document History

2.00 2018-11-29
2.1 2019-07-30

- Added section on test data

2.0 2018-11-29

- DSU Service added to consolidated sandbox environment

1.00 2018-11-28
1.0 2018-11-28

- Initial revision

Expand Down Expand Up @@ -104,6 +109,19 @@ DK Hostmaster offers the following services on the sandbox environment:

- `https://rp-sandbox.dk-hostmaster.dk/`

<a id="available-data"></a>
### Available Data

The general test data available in the sandbox environment are currently:

- `domaeneklager.dk`
- `domæneklager.dk`
- `domaeneklagenaevnet.dk`
- `domæneklagenævnet.dk`
- `eksempel.dk`

The different services listed above might specify additional test data, specific to the service in question and hence only documented per service in the relevant service specification.

<a id="additional-facilities"></a>
### Additional Facilities

Expand Down

0 comments on commit 420084d

Please sign in to comment.