Skip to content

Commit

Permalink
boards: silabs: Don't explicitly ignore bluetooth and net tags
Browse files Browse the repository at this point in the history
These boards support Bluetooth, so it should be listed under "supported".
There's also no (known) good reason to explicitly skip "net" tags, so
remove that from the ignore_tags list as well. We don't particularly know
or care about relevant net tests for these boards, so "net" is left out for
now from the "supported" list.

Signed-off-by: Johan Hedberg <[email protected]>
  • Loading branch information
jhedberg authored and nashif committed Aug 28, 2024
1 parent 5dd980c commit d47a9e2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 16 deletions.
5 changes: 1 addition & 4 deletions boards/silabs/dev_kits/sltb010a/sltb010a_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ toolchain:
- gnuarmemb
- xtools
supported:
- bluetooth
- counter
- gpio
- uart
- i2c
- spi
testing:
ignore_tags:
- net
- bluetooth
vendor: silabs
5 changes: 1 addition & 4 deletions boards/silabs/dev_kits/sltb010a/sltb010a_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ toolchain:
- gnuarmemb
- xtools
supported:
- bluetooth
- counter
- gpio
- uart
- i2c
- spi
testing:
ignore_tags:
- net
- bluetooth
vendor: silabs
3 changes: 1 addition & 2 deletions boards/silabs/dev_kits/xg24_dk2601b/xg24_dk2601b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ toolchain:
- zephyr
- gnuarmemb
supported:
- bluetooth
- counter
- gpio
- uart
- watchdog
testing:
ignore_tags:
- net
- bluetooth
- pm
- hwinfo
vendor: silabs
5 changes: 1 addition & 4 deletions boards/silabs/dev_kits/xg27_dk2602a/xg27_dk2602a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ toolchain:
- gnuarmemb
- xtools
supported:
- bluetooth
- counter
- gpio
- uart
testing:
ignore_tags:
- net
- bluetooth
vendor: silabs
3 changes: 1 addition & 2 deletions boards/silabs/radio_boards/xg24_rb4187c/xg24_rb4187c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ toolchain:
- gnuarmemb
- xtools
supported:
- bluetooth
- gpio
- uart
- watchdog
testing:
ignore_tags:
- net
- bluetooth
- pm
- hwinfo
vendor: silabs

0 comments on commit d47a9e2

Please sign in to comment.