From: Aki Tuomi Date: Fri, 10 May 2013 10:39:24 +0000 (+0300) Subject: Regression test for EUI48 X-Git-Tag: auth-3.3-rc1~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fd221c8e6e06e746dd40eff592536e56e44902c;p=pdns Regression test for EUI48 --- diff --git a/regression-tests/basic-eui48/command b/regression-tests/basic-eui48/command new file mode 100644 index 000000000..5c4615042 --- /dev/null +++ b/regression-tests/basic-eui48/command @@ -0,0 +1,3 @@ +#!/bin/sh + +cleandig host-0.example.com EUI48 diff --git a/regression-tests/basic-eui48/description b/regression-tests/basic-eui48/description new file mode 100644 index 000000000..6b73ce032 --- /dev/null +++ b/regression-tests/basic-eui48/description @@ -0,0 +1 @@ +This test tries to get EUI48 record for host-0. diff --git a/regression-tests/basic-eui48/expected_result b/regression-tests/basic-eui48/expected_result new file mode 100644 index 000000000..73591d79c --- /dev/null +++ b/regression-tests/basic-eui48/expected_result @@ -0,0 +1,3 @@ +0 host-0.example.com. IN EUI48 120 00:50:56:9b:00:e7 +Rcode: 0, RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 +Reply to question for qname='host-0.example.com.', qtype=EUI48 diff --git a/regression-tests/basic-eui48/skip.mydns b/regression-tests/basic-eui48/skip.mydns new file mode 100644 index 000000000..634c863dd --- /dev/null +++ b/regression-tests/basic-eui48/skip.mydns @@ -0,0 +1 @@ +MYDNS backend does not support EUI48 record type.