Skip to content
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

tests: drivers: counter: counter_basic_api: Fix single_shot_alarm #22305

Merged

Conversation

erwango
Copy link
Member

@erwango erwango commented Jan 29, 2020

test_single_shot_alarm_instance may fail due to not supported setting
of top_value in call to counter_set_top_value.
Modified to accept not supported case.

Fixes #21745

Signed-off-by: Erwan Gouriou [email protected]

test_single_shot_alarm_instance may fail due to not supported setting
of top_value in call to counter_set_top_value.
Modified to accept not supported case.

Fixes zephyrproject-rtos#21745

Signed-off-by: Erwan Gouriou <[email protected]>
@erwango erwango added area: Counter area: Tests Issues related to a particular existing or missing test labels Jan 29, 2020
@erwango erwango requested a review from nashif as a code owner January 29, 2020 13:36
@ioannisg
Copy link
Member

The original ticket seems already closed; do we need this PR finally?

@nordic-krch
Copy link
Contributor

@ioannisg ticket was actually showing 2 errors in the test. I fixed one, this is set second one.

@ioannisg ioannisg merged commit 41a3ac6 into zephyrproject-rtos:master Jan 31, 2020
@erwango erwango deleted the fix_counter_test_set_top branch June 5, 2020 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Counter area: Tests Issues related to a particular existing or missing test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests: counter_basic_api: Failed on stm32 based boards
5 participants