Skip to content

Commit

Permalink
tests: net: lib: coap: issue in twister
Browse files Browse the repository at this point in the history
due to this PR:
net: lib: coap: Service support zephyrproject-rtos#64265
we exclude :
nucleo_f207zg, nucleo_f429zi, nucleo_f746zg, nucleo_h743zi
stm32h573i_dk ,stm32h735g_disco, nucleo_f207zg



Signed-off-by: Marc Desvaux <marc.desvaux-ext@st.com>
  • Loading branch information
Desvauxm-st committed Nov 29, 2023
1 parent 447bdaa commit 868d9f2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion tests/net/lib/coap_server/common/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,17 @@ common:
- native_sim

tests:
net.coap.server.common: {}
net.coap.server.common:
tags:
- net
- coap
integration_platforms:
- native_sim
platform_exclude:
- nucleo_f207zg
- nucleo_f429zi
- nucleo_f746zg
- nucleo_h743zi
- stm32h573i_dk
- stm32h735g_disco
- nucleo_f207zg

0 comments on commit 868d9f2

Please sign in to comment.