Date: Fri, 10 Aug 2007 09:52:52 +0900 From: <Hideshi.Enokihara@jp.yokogawa.com> Subject: [dhcptest:00196] Re: Problem with DHCPv6 retransmit tests To: <slangley@tadboise.com> Cc: <dhcptest@tahi.org> Message-Id: <0260031F55435342859BFB2CCA6773D81B898BFB@EXCHANGE03.jp.ykgw.net> In-Reply-To: <04654E52DE5D8D47906217E3D32FA976073C78@sbserver.tadboise.com> X-Mail-Count: 00196Hi Scott, Thank you so much for your report.I will fix it as soon as possible. Thanks, again,Hideshi________________________________ From: Scott Langley [mailto:slangley@tadboise.com] Sent: Friday, August 10, 2007 3:51 AM To: dhcptest@tahi.org Subject: [dhcptest:00195] Problem with DHCPv6 retransmit tests Hi Hideshi, I encountered some unexpected failures while running certain ofthe DHCPv6 tests that check a client's packet retransmission behavior. The problem seems to be due to the use of 'gt' - the stringcomparison operator - when comparing some numeric values. Searching the directory for 'gt' shows that the problem existsin these files: ./rfc3315/C_RFC3315_17_1_2_SolRetransMRT.seq: if ($interval gt$timeout) { ./rfc3315/C_RFC3315_18_1_1_ReqRetransMRT.seq: if ($interval gt$timeout) { ./rfc3315/C_RFC3315_18_1_2_CnfRetransMRT.seq: if ($interval gt$timeout) { ./rfc3315/C_RFC3315_18_1_3_RenRetransMRT.seq: if ($intervalgt $timeout) { ./rfc3315/C_RFC3315_18_1_3_RetransRen.seq: if ($intervalgt $timeout) { ./rfc3315/C_RFC3315_18_1_4_RebRetransMRT.seq: if ($interval gt$timeout) { ./rfc3736/C_RFC3736_INfoRetransMRT.seq: if ($interval gt$timeout) { You should, of course, replace 'gt' with '>', and then the testsshould work properly. Regards, Scott Langley slangley@tadboise.com196_2.html (attatchment)(tag is disabled)