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