mirror of
https://github.com/espressif/openthread.git
synced 2026-07-27 22:37:45 +00:00
[tests] fix routing_manager unit tests (#9053)
This commit is contained in:
@@ -3067,7 +3067,7 @@ void TestNat64PrefixSelection(void)
|
||||
|
||||
AdvanceTime(20000);
|
||||
|
||||
VerifyOmrPrefixInNetData(localOmr);
|
||||
VerifyOmrPrefixInNetData(localOmr, /* aDefaultRoute */ false);
|
||||
VerifyNat64PrefixInNetData(localNat64);
|
||||
|
||||
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
@@ -3098,7 +3098,7 @@ void TestNat64PrefixSelection(void)
|
||||
|
||||
AdvanceTime(20000);
|
||||
|
||||
VerifyOmrPrefixInNetData(omrPrefix);
|
||||
VerifyOmrPrefixInNetData(omrPrefix, /* aDefaultRoute */ false);
|
||||
VerifyNat64PrefixInNetData(ailNat64);
|
||||
|
||||
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
@@ -3110,7 +3110,7 @@ void TestNat64PrefixSelection(void)
|
||||
|
||||
AdvanceTime(20000);
|
||||
|
||||
VerifyOmrPrefixInNetData(omrPrefix);
|
||||
VerifyOmrPrefixInNetData(omrPrefix, /* aDefaultRoute */ false);
|
||||
VerifyNat64PrefixInNetData(localNat64);
|
||||
|
||||
Log("End of TestNat64PrefixSelection");
|
||||
|
||||
Reference in New Issue
Block a user