Hi, Mr. Amit,
> I tested the new script S_RFC3315_17.2.3_Creation-TransmissionOfReplyMsgWithReconfigureOP.seq
> Its working fine, the test case got passed...
I think it also be a good news to me.
> And i am attaching the log for S_RFC3315_18.2.3_ReceiptRenewMsg.seq
> script, even its getting passed but as the address is not the one sent in the reply message, it assigns the lifetime values as
zero for that address.
> Just check the log and tell me whether what i am doing is right or wrong
In test log file sent by you, I found the IA_address option isn't encapsulated in the IA option.
| | | | Opt_DHCPv6_IA_NA (length:16)
| | | | | Code = 3
| | | | | Length = 12
| | | | | Identifier = 101010
| | | | | Time1 = 4000
| | | | | Time2 = 5000
| | | | Opt_DHCPv6_IA_Address (length:28)
| | | | | Code = 5
| | | | | Length = 24
| | | | | Address = 3ffe:ffff:100::10
My script is can't obtain IA_address from your reply messge, so the default value is been used.
Then you see the un-properly test result.
Please refer the RFC3315, p76,line 4237, "22.6 IA Address Option".
" ...The IA Address option must be
encapsulated in the Options field of an IA_NA or IA_TA option. The
Options field encapsulates those options that are specific to this
address.
"
Regard yours,
Haoda