Skip to content

Commit

Permalink
typo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wqx6 committed Jan 10, 2024
1 parent a694b99 commit eff0e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controller/python/test/test_scripts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ def OnValueReport(path: Attribute.TypedAttributePath, transaction: Attribute.Sub
requests when resuming the maximum subscriptions. The steps for this test are:
1. Commission the server app to the first fabric and send maximum subscription requests from the controller in
the first fabric to establish maximum subscriptions.
2. Open the commissioning window to make the server app can be commissioned to the second fabric
2. Open the commissioning window to make the server app can be commissioned to the second fabric.
3. Shutdown the controller in the first fabric to extend the time of resuming subscriptions. The server app will
keep resolving the address of the first controller for a while after rebooting.
4. Commission the server app to the second fabric.
Expand All @@ -1417,7 +1417,7 @@ def OnValueReport(path: Attribute.TypedAttributePath, transaction: Attribute.Sub
BaseTestHelper provides two controllers. However, if using the two controller (devCtrl and devCtrl2) in one
MobileDevice to execute this Cirque test, the CHIPEndDevice can still resolve the address for first controller
even if the first controller is shutdown by 'self.devCtrl.Shutdown()'. And the server will fail to estalish the
even if the first controller is shutdown by 'self.devCtrl.Shutdown()'. And the server will fail to establish the
subscriptions immediately, which makes it hard to send the new subscription request from the second controller
at the time of server app resuming maximum subscriptions.
So we will use two controller containers for this test and divide the test to two steps. The Step1 is executed in
Expand Down

0 comments on commit eff0e6b

Please sign in to comment.