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
* Run RVC test against the RVC example app in CI.
* Restyled by gn
* Added the RVC example app to the built examples.
* Removed -app to make things consistent with other appliences.
* Added missing copy instructons and fixed typos in the rvc app name.
* Added the rvc-app pics values to the ci-pics-values since the tests are run against the rvc-app and there isn't currently a way to select a different YICS file when running the yaml tests.
* Added missing PICS to the ci-pics-values.
* Fixed typos in the tests workflow.
* Update src/app/tests/suites/certification/ci-pics-values
Co-authored-by: Petru Lauric <81822411+plauric@users.noreply.github.com>
* Added 1 ms sleep after sending pipe commands form the test scripts. This removes the test flakyness in CI.
* Restyled by autopep8
* Restyled by isort
* Removed the RVC and MWO apps from the cirque tests as they are not needed following review comments.
* Added todo with link to issue.
---------
Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Petru Lauric <81822411+plauric@users.noreply.github.com>
Copy file name to clipboardexpand all lines: scripts/tests/run_test_suite.py
+8-1
Original file line number
Diff line number
Diff line change
@@ -257,6 +257,9 @@ def cmd_list(context):
257
257
@click.option(
258
258
'--microwave-oven-app',
259
259
help='what microwave oven app to use')
260
+
@click.option(
261
+
'--rvc-app',
262
+
help='what rvc app to use')
260
263
@click.option(
261
264
'--chip-repl-yaml-tester',
262
265
help='what python script to use for running yaml tests using chip-repl as controller')
@@ -288,7 +291,7 @@ def cmd_list(context):
288
291
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