You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python modifcation for check for fabricSynchronization condition on Agregator device (project-chip#34626)
* Check for FabricSynchronization condition on Aggregator device
* Update after code review
* Restyled by prettier-yaml
* Remove yaml with test
---------
Co-authored-by: Arkadiusz Bokowy <a.bokowy@samsung.com>
Co-authored-by: Restyled.io <commits@restyled.io>
Copy file name to clipboardexpand all lines: scripts/tests/run_test_suite.py
+9-1
Original file line number
Diff line number
Diff line change
@@ -239,6 +239,9 @@ def cmd_list(context):
239
239
@click.option(
240
240
'--lock-app',
241
241
help='what lock app to use')
242
+
@click.option(
243
+
'--fabric-bridge-app',
244
+
help='what fabric bridge app to use')
242
245
@click.option(
243
246
'--ota-provider-app',
244
247
help='what ota provider app to use')
@@ -294,7 +297,8 @@ def cmd_list(context):
294
297
help='Number of tests that are expected to fail in each iteration. Overall test will pass if the number of failures matches this. Nonzero values require --keep-going')
0 commit comments