Hi Prem,
It's possible to have done in my environment.
Did you set it according to the INSTALL.ct?
I think that it's wrong that setting "tn.def" and "nut.def" of v6eval.
Best Regards,
On 14 Dec 2005 09:40:55 -0000
"PRAMENDRA SINGH" <parma_it@rediffmail.com> wrote:
> Hi
>
> my analysis on test case no. 25 & all other tests where echo
> request/reply messages are exchanged between NUT & TN...
> I still have the same issue regarding these test cases...
>
> this what I got during my analysis....plz have a look...
>
> Lets start from the script....
> this is the script file CL_RFC1034_5_2_return_answer.seq (test case 25)
> now in line no. 303 of this file this funciton "vRecvWrapper" is called... & we can
> find the definition of this function in the file DNSv6eval.pm (line no. 67)...
> where we get description for packets.....out of all these descriptions..
> no where I found "echo_request_from_nut"
> well lets proceede.....now I printed the value of this @frames in line no. 116
> which is sent to vRecv3() function....
> This prints "echo_request_from_nut" the exact string which is sent from upper
> levels(calling functions)....
>
> Now after vRecv3() ..say in line no. 119 I again printed this thing $ret{'recvFrame'},
> $ret{'recvCount'} & $ret{'status'} [we can get the definition of these keys in the file
> v6evalTool.pm (line no. 2618) of v6eval package]
>
> & the disply of those values are like this
> $ret{'recvFrame'} --> this is always blank(empty)
> $ret{'recvCount'} --> some numeric value which says how many packets it received...
> $ret{'status'} --> 1 (which means 'receive time exceeded')
>
> Now in line no. 123 of DNSv6eval.pm this $ret{'recvFrame'} (this null value) is compared
> with some packat strings(where this 'echo_request_from_nut' is absent) which its supossed to send
> once this maching succeeds.....(which never happens...)...
>
> Now I captured the the packets using tcpdump...& has sent as an attachment also...
> where both entities are exchanging these echo request/reply messages....
> please find it in the attachment ...
>
> I already sent mails regading those test cases where echo request-reply messages are sent.....
> & all of these test cases got the same problem...
> well I dont think its a configuration problem...coz I have configured as per ur doc "INSTALL"
> which comes with DNS_Test_0-2 tool...Now if its failing becoz of configuraiton
> then it may be wrong with this INSTALL doc itself....
>
> Also I'm sending those script file which I changed....u can run & see the output...
> plz find them in the attachment....
>
>
> please comment on this....
>
> thanks & regards
>
> Prem
> __
>