Skip to content

Commit

Permalink
Decommission device3 after OTA tests are done
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-apple committed Jul 24, 2023
1 parent e5ecd11 commit 2aa7ff2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/darwin/Framework/CHIPTests/MTROTAProviderTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,10 @@ - (void)test999_TearDown

device = [MTRBaseDevice deviceWithNodeID:@(kDeviceId2) controller:sController];
ResetCommissionee(device, dispatch_get_main_queue(), self, kTimeoutInSeconds);

device = [MTRBaseDevice deviceWithNodeID:@(kDeviceId3) controller:sController];
ResetCommissionee(device, dispatch_get_main_queue(), self, kTimeoutInSeconds);

[[self class] shutdownStack];
}

Expand Down

0 comments on commit 2aa7ff2

Please sign in to comment.