mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 06:37:46 +00:00
[test] update SRP unit test to prepare service entries in all cases (#8208)
This commit is contained in:
@@ -492,6 +492,7 @@ void TestSrpServerReject(void)
|
||||
heapAllocations = sHeapAllocatedPtrs.GetLength();
|
||||
|
||||
PrepareService1(service1);
|
||||
PrepareService2(service2);
|
||||
|
||||
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
// Start SRP server.
|
||||
@@ -603,6 +604,7 @@ void TestSrpServerIgnore(void)
|
||||
heapAllocations = sHeapAllocatedPtrs.GetLength();
|
||||
|
||||
PrepareService1(service1);
|
||||
PrepareService2(service2);
|
||||
|
||||
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
// Start SRP server.
|
||||
|
||||
Reference in New Issue
Block a user