From 5fd221c8e6e06e746dd40eff592536e56e44902c Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Fri, 10 May 2013 13:39:24 +0300 Subject: [PATCH] Regression test for EUI48 --- regression-tests/basic-eui48/command | 3 +++ regression-tests/basic-eui48/description | 1 + regression-tests/basic-eui48/expected_result | 3 +++ regression-tests/basic-eui48/skip.mydns | 1 + 4 files changed, 8 insertions(+) create mode 100644 regression-tests/basic-eui48/command create mode 100644 regression-tests/basic-eui48/description create mode 100644 regression-tests/basic-eui48/expected_result create mode 100644 regression-tests/basic-eui48/skip.mydns 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. -- 2.50.0