From 77f23c2b7008f0d5cfd6767df4a5daddf3909b0d Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Thu, 14 Aug 2014 14:59:58 +0200 Subject: [PATCH] [3509] query_cmp removed. --- ChangeLog | 4 + tools/query_cmp/README | 27 - tools/query_cmp/queries/dquery01 | 394 - tools/query_cmp/queries/dquery01_no-type | 316 - tools/query_cmp/queries/dquery01_non-terminal | 317 - tools/query_cmp/queries/dquery01_nxdomain | 316 - tools/query_cmp/src/lib/compare_rrset.py | 285 - tools/query_cmp/src/lib/handledns.py | 284 - tools/query_cmp/src/lib/read_query.py | 93 - tools/query_cmp/src/query_two_server.py | 102 - tools/query_cmp/zonefile/example.com.txt | 1298 ---- .../query_cmp/zonefile/example.com.txt.signed | 6858 ----------------- 12 files changed, 4 insertions(+), 10290 deletions(-) delete mode 100644 tools/query_cmp/README delete mode 100644 tools/query_cmp/queries/dquery01 delete mode 100644 tools/query_cmp/queries/dquery01_no-type delete mode 100644 tools/query_cmp/queries/dquery01_non-terminal delete mode 100644 tools/query_cmp/queries/dquery01_nxdomain delete mode 100755 tools/query_cmp/src/lib/compare_rrset.py delete mode 100755 tools/query_cmp/src/lib/handledns.py delete mode 100755 tools/query_cmp/src/lib/read_query.py delete mode 100755 tools/query_cmp/src/query_two_server.py delete mode 100644 tools/query_cmp/zonefile/example.com.txt delete mode 100644 tools/query_cmp/zonefile/example.com.txt.signed diff --git a/ChangeLog b/ChangeLog index e783005c16..deda03deca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +8XX. [func] tomek + query_cmp tool removed from the source code. + (Trac #3509, git TBD) + 819. [build] marcin Renamed variables in the configure.ac so as their names do not refer to BIND10 project. As a result of renaming the B10_CXXFLAGS diff --git a/tools/query_cmp/README b/tools/query_cmp/README deleted file mode 100644 index bd3efccc2a..0000000000 --- a/tools/query_cmp/README +++ /dev/null @@ -1,27 +0,0 @@ -This is a tool to compare two DNS server's response to query. - -DIRECTORY STRUCTURE - -zonefile - The file under this directory is for the testee servers - to load before running the test, containing various types - of RRs in the test cases. It is in bind9's format. One - file is signed while the other is not, which you can choose. - -queries - The files under this directory are the input of the test, - involving various types of query cases. - -src - The scripts of this test. - It uses the dns python binding interface of bind10 from the - source tree, so src/lib/dns/python/.libs must be added to - PYTHONPATH environment variable ahead of running the tests. - -RUNNING - -e.g. -cd src -./query_two_server.py -u -f ../queries/dquery01 -s 10.10.1.1 -p 30000 -t 10.10.10.2 -q 30002 > bind10test_normal - -./query_two_server.py --help' for more details diff --git a/tools/query_cmp/queries/dquery01 b/tools/query_cmp/queries/dquery01 deleted file mode 100644 index 923ba7dff2..0000000000 --- a/tools/query_cmp/queries/dquery01 +++ /dev/null @@ -1,394 +0,0 @@ -# Fields Description -# -#query:ID QR OPCODE AA TC RD RA Z AD CD RCODE QDCOUNT ANCOUNT NSCOUNT ARCOUNT QNAME QTYPE QCLASS -#response:ID QR OPCODE AA TC RD RA Z AD CD RCODE QDCOUNT ANCOUNT NSCOUNT ARCOUNT QNAME QTYPE QCLASS -# := .. -# := NAME TYPE CLASS TTL RDLENGTH -# := ADDRESS | -# NSDNAME | -# MNAME RNAME SERIAL REFRESH RETRY EXPIRE MINIMUM | -# ... -# := .. -# := .. -# -# -# -# Description in BNF (http://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form) -# ::=
-#
::= -# -# ::= -# -# ::=
-# ::= -# ::= -# ::= -# ::= { } -# ::= -# ::= | "" -# ::=