[tests] fix routing_manager unit tests (#9053)

This commit is contained in:
Jonathan Hui
2023-05-15 14:22:16 -07:00
committed by GitHub
parent 73d3ea5449
commit 7c5dca178f
+3 -3
View File
@@ -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");