Skip to content

Commit

Permalink
test: revert change name of samples in testcase.yml
Browse files Browse the repository at this point in the history
the test names are used by Jenkins.
They will be changed in other time

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Dec 13, 2024
1 parent 89e202a commit 5391e16
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions samples/sid_end_device/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,44 +17,44 @@ common:
- nrf54l15dk/nrf54l15/cpuapp/ns
- nrf54l15dk/nrf54l10/cpuapp
tests:
sidewalk.samples.sid_end_device.hello:
sample.sidewalk.hello:
extra_configs:
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
- CONFIG_SIDEWALK_FILE_TRANSFER=y
- CONFIG_SIDEWALK_APPLICATION_NAME="hello"
tags: Sidewalk hello

sidewalk.samples.sid_end_device.hello.release:
sample.sidewalk.hello.release:
extra_args:
FILE_SUFFIX=release
extra_configs:
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
- CONFIG_SIDEWALK_APPLICATION_NAME="hello.release"
tags: Sidewalk hello

sidewalk.samples.sid_end_device.hello.ble_only:
sample.sidewalk.hello.ble_only:
extra_configs:
- CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
- CONFIG_SIDEWALK_APPLICATION_NAME="hello.ble_only"
tags: Sidewalk hello BLE

sidewalk.samples.sid_end_device.hello.ble_only.release:
sample.sidewalk.hello.ble_only.release:
extra_args:
FILE_SUFFIX=release
extra_configs:
- CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
- CONFIG_SIDEWALK_APPLICATION_NAME="hello.ble_only.release"
tags: Sidewalk hello BLE

sidewalk.samples.sid_end_device.demo:
sample.sidewalk.demo:
extra_args:
OVERLAY_CONFIG="overlay-demo.conf"
extra_configs:
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
- CONFIG_SIDEWALK_APPLICATION_NAME="demo"
tags: Sidewalk demo

sidewalk.samples.sid_end_device.demo.ble_only:
sample.sidewalk.demo.ble_only:
platform_allow:
- thingy53/nrf5340/cpuapp
extra_args:
Expand All @@ -66,22 +66,22 @@ tests:
- thingy53/nrf5340/cpuapp
tags: Sidewalk demo BLE

sidewalk.samples.sid_end_device.dut:
sample.sidewalk.dut:
extra_args:
OVERLAY_CONFIG="overlay-dut.conf"
extra_configs:
- CONFIG_SIDEWALK_APPLICATION_NAME="dut"
tags: Sidewalk cli

sidewalk.samples.sid_end_device.dut.ble_only:
sample.sidewalk.dut.ble_only:
extra_args:
OVERLAY_CONFIG="overlay-dut.conf"
extra_configs:
- CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
- CONFIG_SIDEWALK_APPLICATION_NAME="dut.ble_only"
tags: Sidewalk cli BLE

sidewalk.samples.sid_end_device.dut.no_secure:
sample.sidewalk.dut.no_secure:
extra_args:
OVERLAY_CONFIG="overlay-dut.conf"
extra_configs:
Expand Down
4 changes: 2 additions & 2 deletions test_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ levels:
description: >
Prepare samples.
adds:
- sidewalk.samples.*
- sidewalk.test.acceptance.simple_bootloader
- sample.sidewalk.*
- sidewalk.test.simple_bootloader

- name: unit
description: >
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/simple_bootloader/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sample:
name: simple bootloader app
description: Small footprint application to verify sidewalk dfu
tests:
sidewalk.test.acceptance.simple_bootloader:
sidewalk.test.simple_bootloader:
sysbuild: true
build_only: true
platform_allow:
Expand Down

0 comments on commit 5391e16

Please sign in to comment.