1#!/usr/bin/env bash
2# Copyright 2023 Nordic Semiconductor
3# SPDX-License-Identifier: Apache-2.0
4
5source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh
6
7# Test that the composition data page 1 (CDP1) is encoded correctly. The
8# composition consists of model extensions within and between elements,
9# extensions requiring long and short formats, and correspondence between
10# a SIG and vendor model.
11#
12# Test procedure:
13# 0. Provisioning and setup.
14# 1. Configuration client requests the node's CDP1.
15# 2. The received CDP1 is compared to a hardcoded version.
16RunTest mesh_cdp1_test \
17	cdp1_node_data_comparison
18
19overlay=overlay_psa_conf
20RunTest mesh_cdp1_test_psa \
21	cdp1_node_data_comparison
22