From: Tomek Mrugalski Date: Thu, 14 Aug 2014 12:59:58 +0000 (+0200) Subject: [3509] query_cmp removed. X-Git-Tag: trac3482_base~31^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77f23c2b7008f0d5cfd6767df4a5daddf3909b0d;p=thirdparty%2Fkea.git [3509] query_cmp removed. --- 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) -# ::=
-#
::= -# -# ::= -# -# ::=
-# ::= -# ::= -# ::= -# ::= { } -# ::= -# ::= | "" -# ::=