]> granicus.if.org Git - pdns/commitdiff
Move debian-jessie notes to a less prominent place
authorRuben d'Arco <cyclops-github@prof-x.net>
Tue, 5 Dec 2017 18:14:24 +0000 (18:14 +0000)
committerRuben d'Arco <cyclops-github@prof-x.net>
Tue, 5 Dec 2017 18:14:24 +0000 (18:14 +0000)
regression-tests/README.md

index ef71cc2e5dbaacbfb9aebade1575159300ca5702..18211838078f194ebe40c937e7b8f70299bfe5b6 100644 (file)
@@ -19,12 +19,6 @@ If you omit the tools above, some tests fail, but you can still run the
 tests. 
 
 
-On debian-jessie, most of these tools can be retrieve with:
-```
-$ sudo apt-get install validns ldnsutils bind9utils unbound-host
-```
-
-libnet-dns-perl is needed for some dyndns tests.
 
 Automated tests
 ---------------
@@ -141,3 +135,20 @@ Analysing results
 Failed tests appear in the file `failed_tests`, passed tests in
 `passed_tests`. A complete log is in the file `log`. Examine the `diff`
 files in all subdirectories to see what happened.
+
+
+Debian Jessie notes
+-------------------
+On debian-jessie, most of these tools can be retrieve with:
+```
+$ sudo apt-get install validns ldnsutils bind9utils libnet-dns-perl
+$ sudo apt-get -t jessie-backports install unbound-host
+```
+
+libnet-dns-perl is needed for one dyndns tests.
+
+This does not install the jdnssec-verifyzone tools. The test that will break without that cna be disabled with:
+```
+touch tests/verify-dnssec-zone/allow-missing
+```
+