Simon Lin
Simon Lin
> I wonder if making use of `ModuleHelper.CurrentRunningTestMode` could make the THCI more robust. `ModuleHelper.CurrentRunningTestId` could be helpful in some cases as well. > > See: https://threadgroup.atlassian.net/browse/DEV-2224 Thanks for the...
> I wonder if making use of `ModuleHelper.CurrentRunningTestMode` could make the THCI more robust. `ModuleHelper.CurrentRunningTestId` could be helpful in some cases as well. > > See: https://threadgroup.atlassian.net/browse/DEV-2224 Revised the code...
> `DNS64` on OTBR is turned on to enable `bind9` with NAT64 prefix on infrastructure interface for these tests. `bind9` is explicitly turned off when testing local ULA prefix. >...
I guess this is because of the change of https://github.com/openthread/openthread/pull/5910, after which the TMF port is no longer accessible from Host side because a socket that binds to wpan0 interface...
> @simonlingoogle thanks for your answer! > > Ok, so it should be possible to restore the socket binding to wpan0. What would be the neatest way of doing this?...
Can we really receive RA/RS from Thread BR self? @wgtdkp If so, we may need to configure `IPV6_MULTICAST_LOOP` to zero to avoid the issue.
> For example, if we received a RA from host daemon at 00:00:00 with Router Lifetime of 30 minutes, we use Router Lifetime of 20 minutes when sending our RA...
We encountered this same issue after ot-ctl reset. The issue remains even after BR reboots.
Currently, we have two RCP reset types: STACK or SYSTEM and the default one is STACK. I think the certification build is using STACK because it's by default. If so,...