Skip to content

Commit

Permalink
Formatting in functional test specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
sandoche2k committed Sep 8, 2014
1 parent 35f8cfe commit 860b017
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ The domain to be tested.
1. Configure a live zone in such a manner wherein a partial failure may stop
accessing the domain

```
For example (Zone "nic.fr") (with missing glue A RR):
IN NS ns1
IN NS ns2
IN NS ns3
ns1 IN A 1.2.3.4
ns2 IN A 1.2.3.5

```
```
Another example with two zones depending on each other
(Zone "nic.fr"):
Expand All @@ -46,7 +48,7 @@ ns2 IN A 1.2.3.5
(Zone "nic.com")
IN NS ns1.nic.fr.
IN NS ns2.nic.fr.

```
2. A standard query for the domain is made
3. ToDo : How to test it?

Expand Down

0 comments on commit 860b017

Please sign in to comment.