blob: 2ff4a696639f0f5c29e42b9d9c66af9f8fa6e3e1 [file] [log] [blame]
#!/usr/bin/env bash
# Copyright 2022 Nordic Semiconductor
# SPDX-License-Identifier: Apache-2.0
source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh
# The test instance sequence must stay as it is due to addressing scheme
overlay=overlay_pst_conf
RunTest dfu_persistency \
dfu_cli_fail_on_persistency \
dfu_target_fail_on_metadata \
dfu_target_fail_on_caps_get \
dfu_target_fail_on_update_get \
dfu_target_fail_on_verify \
dfu_target_fail_on_apply \
dfu_target_fail_on_nothing
overlay="overlay_pst_conf_overlay_psa_conf"
RunTest dfu_persistency_psa \
dfu_cli_fail_on_persistency \
dfu_target_fail_on_metadata \
dfu_target_fail_on_caps_get \
dfu_target_fail_on_update_get \
dfu_target_fail_on_verify \
dfu_target_fail_on_apply \
dfu_target_fail_on_nothing