From: Tomas Krizek Date: Mon, 3 Sep 2018 16:53:25 +0000 (+0200) Subject: ci: update respdiff configs X-Git-Tag: v3.1.0~21^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09529173f4c1310105cdab0a2c4157538a658108;p=thirdparty%2Fknot-resolver.git ci: update respdiff configs --- diff --git a/ci/respdiff/respdiff-tcp.conf b/ci/respdiff/respdiff-tcp.conf index 7a9238c1b..3d42c31b3 100644 --- a/ci/respdiff/respdiff-tcp.conf +++ b/ci/respdiff/respdiff-tcp.conf @@ -41,10 +41,10 @@ restart_script = ./ci/respdiff/restart-unbound.sh target = kresd # fields and comparison methods used when comparing two DNS messages -criteria = opcode, rcode, flags, question, qname, qtype, answertypes, answerrrsigs +criteria = opcode, rcode, flags, question, answertypes, answerrrsigs # other supported criteria values: authority, additional, edns, nsid [report] # diffsum reports mismatches in field values in this order # if particular message has multiple mismatches, it is counted only once into category with highest weight -field_weights = timeout, opcode, qcase, qtype, rcode, flags, answertypes, answerrrsigs, answer, authority, additional, edns, nsid +field_weights = timeout, malformed, opcode, question, rcode, flags, answertypes, answerrrsigs, answer, authority, additional, edns, nsid diff --git a/ci/respdiff/respdiff-tls.conf b/ci/respdiff/respdiff-tls.conf index 8d1ac082f..9f44cea73 100644 --- a/ci/respdiff/respdiff-tls.conf +++ b/ci/respdiff/respdiff-tls.conf @@ -41,10 +41,10 @@ restart_script = ./ci/respdiff/restart-unbound.sh target = kresd # fields and comparison methods used when comparing two DNS messages -criteria = opcode, rcode, flags, question, qname, qtype, answertypes, answerrrsigs +criteria = opcode, rcode, flags, question, answertypes, answerrrsigs # other supported criteria values: authority, additional, edns, nsid [report] # diffsum reports mismatches in field values in this order # if particular message has multiple mismatches, it is counted only once into category with highest weight -field_weights = timeout, opcode, qcase, qtype, rcode, flags, answertypes, answerrrsigs, answer, authority, additional, edns, nsid +field_weights = timeout, malformed, opcode, question, rcode, flags, answertypes, answerrrsigs, answer, authority, additional, edns, nsid diff --git a/ci/respdiff/respdiff-udp.conf b/ci/respdiff/respdiff-udp.conf index 44e2ac0df..4db7da046 100644 --- a/ci/respdiff/respdiff-udp.conf +++ b/ci/respdiff/respdiff-udp.conf @@ -41,10 +41,10 @@ restart_script = ./ci/respdiff/restart-unbound.sh target = kresd # fields and comparison methods used when comparing two DNS messages -criteria = opcode, rcode, flags, question, qname, qtype, answertypes, answerrrsigs +criteria = opcode, rcode, flags, question, answertypes, answerrrsigs # other supported criteria values: authority, additional, edns, nsid [report] # diffsum reports mismatches in field values in this order # if particular message has multiple mismatches, it is counted only once into category with highest weight -field_weights = timeout, opcode, qcase, qtype, rcode, flags, answertypes, answerrrsigs, answer, authority, additional, edns, nsid +field_weights = timeout, malformed, opcode, question, rcode, flags, answertypes, answerrrsigs, answer, authority, additional, edns, nsid