From: Aki Tuomi Date: Fri, 10 May 2013 10:39:35 +0000 (+0300) Subject: Regression test for EUI64 X-Git-Tag: auth-3.3-rc1~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=153cfabd51a86f3767ed1e7d29bcbdc4cbf2de3d;p=thirdparty%2Fpdns.git Regression test for EUI64 --- diff --git a/regression-tests/basic-eui64/command b/regression-tests/basic-eui64/command new file mode 100644 index 0000000000..129fffebad --- /dev/null +++ b/regression-tests/basic-eui64/command @@ -0,0 +1,3 @@ +#!/bin/sh + +cleandig host-1.example.com EUI64 diff --git a/regression-tests/basic-eui64/description b/regression-tests/basic-eui64/description new file mode 100644 index 0000000000..79dd273d2c --- /dev/null +++ b/regression-tests/basic-eui64/description @@ -0,0 +1 @@ +This test tries to get EUI64 record for host-1. diff --git a/regression-tests/basic-eui64/expected_result b/regression-tests/basic-eui64/expected_result new file mode 100644 index 0000000000..c8a0389d2c --- /dev/null +++ b/regression-tests/basic-eui64/expected_result @@ -0,0 +1,3 @@ +0 host-1.example.com. IN EUI64 120 00:50:56:9b:00:e7:7e:57 +Rcode: 0, RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 +Reply to question for qname='host-1.example.com.', qtype=EUI64 diff --git a/regression-tests/basic-eui64/skip.mydns b/regression-tests/basic-eui64/skip.mydns new file mode 100644 index 0000000000..634c863dde --- /dev/null +++ b/regression-tests/basic-eui64/skip.mydns @@ -0,0 +1 @@ +MYDNS backend does not support EUI48 record type.