Skip to content

Commit

Permalink
samples: console: set integration_platforms to mps2_an385
Browse files Browse the repository at this point in the history
Set integration_platforms on these samples to just mps2_an385.
This should be sufficient to make sure these tests build and run.

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak committed Mar 3, 2021
1 parent 59fd4bf commit 6eb6c88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/subsys/console/echo/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ sample:
name: echo Sample
tests:
sample.console.echo:
integration_platforms:
- mps2_an385
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT
tags: console
harness: keyboard
2 changes: 2 additions & 0 deletions samples/subsys/console/getchar/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ sample:
name: getchar sample
tests:
sample.console.getchar:
integration_platforms:
- mps2_an385
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT
tags: console
harness: keyboard
2 changes: 2 additions & 0 deletions samples/subsys/console/getline/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ sample:
name: getline Sample
tests:
sample.console.getline:
integration_platforms:
- mps2_an385
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT
tags: console
harness: keyboard

0 comments on commit 6eb6c88

Please sign in to comment.