1common:
2  sysbuild: true
3  platform_allow:
4    - nrf52840dk/nrf52840
5    - nrf5340dk/nrf5340/cpuapp
6    - nrf54l15pdk/nrf54l15/cpuapp
7    - nrf9160dk/nrf9160
8  integration_platforms:
9    - nrf52840dk/nrf52840
10  timeout: 600
11  slow: true
12tests:
13  boot.with_mcumgr.test_upgrade:
14    tags:
15      - pytest
16      - mcuboot
17      - mcumgr
18    harness: pytest
19    harness_config:
20      pytest_root:
21        - "pytest/test_upgrade.py"
22
23  boot.with_mcumgr.test_downgrade_prevention:
24    tags:
25      - pytest
26      - mcuboot
27      - mcumgr
28    harness: pytest
29    harness_config:
30      pytest_root:
31        - "pytest/test_downgrade_prevention.py"
32    extra_args:
33      - mcuboot_CONFIG_MCUBOOT_DOWNGRADE_PREVENTION=y
34    extra_configs:
35      - CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="1.1.1+1"
36