zephyr icon indicating copy to clipboard operation
zephyr copied to clipboard

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

Open soburi opened this issue 1 year ago • 5 comments

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.

soburi avatar Apr 16 '25 13:04 soburi

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

github-actions[bot] avatar Jun 16 '25 00:06 github-actions[bot]

@danieldegrasse @VynDragon

Could I hear your opinions, please?

soburi avatar Jun 16 '25 01:06 soburi

Could I hear your opinions, please?

I am very unfamiliar with test system so no clue what that is supposed to do, sorry :/

VynDragon avatar Jun 16 '25 12:06 VynDragon

Makes sense to me- I guess in the future we would aim to run this test on native_sim in CI?

danieldegrasse avatar Jun 16 '25 14:06 danieldegrasse

Makes sense to me- I guess in the future we would aim to run this test on native_sim in CI?

Ideally, I think that should be the case. In my attempts, I was unable to achieve this because the CI Docker image lacked a mechanism such as a virtual frame buffer. Additionally, I believe there are still some issues to consider before implementing this, including the load of the CI.

soburi avatar Jun 16 '25 14:06 soburi