Date: Thu, 6 Oct 2005 15:54:17 -0500 From: Christy L Norman <cnorman@us.ibm.com> Subject: [users:00143] IPv6 spec test To: users@tahi.org Message-Id: <OF440B71C5.4D1937F8-ON86257092.006EDFDC-86257092.0072D5EA@us.ibm.com> X-Mail-Count: 00143I'm getting an error when I try to run the spec FH_Big65535.seq - check Fragment Reassembly (Payload Size = 65535) test, linked here ( http://www.tahi.org/conformance/ct-profile-host/spec/FH_Big65535.html), At first the error was that it couldn't find something called echo_request_1. I did a grep in the /ct/spec for "echo_request_1" to see what could be off and saw that some of the files had "1st" instead of just "1", I changed the .seq to pass in to vSend() "echo_request_1st" (by putting an "if ($seq == 1)" check) and modifying the behavior for just the '1' case. That seemed to fix the problem except that I then got the same error on echo_request_2 so I changed it to echo_request_2nd and fixed that one as well. So for the 3rd fragment I get the same error. I tried (though "3rd" never showed up in a grep) creating a case for three and using "echo_request_3rd" but that didn't work. So now I'm at a loss. Here are all the errors, including the 1st two that have been taken care of for the time being: First error (fixed by changing FH_Big65535.seq): ----- Start Capturing Packets (Link0) Begin Preparation Send Echo Request (Preparation) Recv Echo Reply Send Neighbor Advertisement End Preparation specified echo_request_1 not found V6evalTool.pm vSend() return status=1 Died at /usr/local/lib/perl5/site_perl/5.8.6/V6evalTool.pm line 2310 -> internal error ----- Second error(fixed by changing FH_Big65535.seq in the same way): ----- Start Capturing Packets (Link0) Begin Preparation Send Echo Request (Preparation) Recv Echo Reply Send Neighbor Advertisement End Preparation Send Echo Request fragment 1st specified echo_request_2 not found V6evalTool.pm vSend() return status=1 Died at /usr/local/lib/perl5/site_perl/5.8.6/V6evalTool.pm line 2310 -> internal error ----- Current error: ---- Start Capturing Packets (Link0) Begin Preparation Send Echo Request (Preparation) Recv Echo Reply Send Neighbor Advertisement End Preparation Send Echo Request fragment 1st Send Echo Request fragment 2nd specified echo_request_3 not found V6evalTool.pm vSend() return status=1 Died at /usr/local/lib/perl5/site_perl/5.8.6/V6evalTool.pm line 2310 -> internal error ---- Here's the tool version info: Tool Version :REL_3_0_1 Test Program Version :REL_2_1_1 . I'm running this on FreeBSD 5.4. Thanks for any help! - Christy Norman <cnorman@us.ibm.com> Software Engineer, iSeries Development Team143_2.html (attatchment)(tag is disabled)