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
.github: tests: add bootloader FOTA test and pytest_args filter input
Add a `test_bootloader_fota` test that verifies MCUboot B1 FOTA on
thingy91x, including job creation, download, version verification, and
cloud status checks.
Extract `trigger_fota_poll` as a shared helper.
Expose `MCUBOOT_BUNDLEID` via env and wire it through CI workflows.
Add a `test_filter`/`pytest_args` input to both `build-and-target-test`
and `target-test` workflows so individual tests can be run by name.
Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
Copy file name to clipboardExpand all lines: docs/common/test_and_ci_setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The CI pipeline is triggered as follows:
19
19
20
20
- Pull Request: `build.yml`, `sonarcloud.yml`, `compliance.yml`. No target tests are run on PR to avoid instabilities.
21
21
- Push to main: `build-and-target-test.yml`, `sonarcloud.yml`, `doc-sync.yml`. Only "fast" target tests are run. Avoiding excessively time-consuming tests.
22
-
- Nightly: `build-and-target-test.yml`. Full set of target tests. Includes slow tests such as the full modem FOTA testand the power consumption test.
22
+
- Nightly: `build-and-target-test.yml`. Full set of target tests. Includes slow tests such as the full modem FOTA test, application and bootloader (MCUboot) FOTA.
0 commit comments