Skip to content

tests: drivers: display: display_read_write: controlling execution with fixture #88717

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

soburi
Copy link
Member

@soburi soburi commented Apr 16, 2025

Currently, test execution can be suppressed by harness: display, but since the display harness does not exist, there is no way to run tests.
Using a fixture, it will be possible only to build if not specified, and run tests if specified.


It is known that if we introduce this and run the test, it will fail. I have created a separate #88714 for this.

Currently, the `display_read_write` test execution can be suppressed
by `harness: display`, but since the display harness does not exist,
there is no way to run tests.
Using a fixture, it will be possible only to build if not specified,
and run tests if specified.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
@soburi soburi marked this pull request as ready for review April 16, 2025 13:52
@soburi soburi requested review from nashif and danieldegrasse April 16, 2025 13:57
@JarmouniA JarmouniA added area: Tests Issues related to a particular existing or missing test area: Display labels Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Display area: Tests Issues related to a particular existing or missing test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants