1#!/usr/bin/env bash
2# Copyright 2022 Nordic Semiconductor
3# SPDX-License-Identifier: Apache-2.0
4
5source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh
6
7# The test instance sequence must stay as it is due to addressing scheme
8overlay=overlay_pst_conf
9RunTest dfu_persistency \
10	dfu_cli_fail_on_persistency \
11	dfu_target_fail_on_metadata \
12	dfu_target_fail_on_caps_get \
13	dfu_target_fail_on_update_get \
14	dfu_target_fail_on_verify \
15	dfu_target_fail_on_apply \
16	dfu_target_fail_on_nothing
17