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