-
Notifications
You must be signed in to change notification settings - Fork 3k
test: fix RTC base time (#8214) #8230
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
Conversation
Change the base time value to more realistic: START_TIME = 1537789823 # GMT: Monday, 24 September 2018 11:50:23 This fix has been proposed by STM in order to enhance test efficiency. Current test version did not detect problem with RTC reset on F1 family boards since the base time was too small.
I ran the rtc tests on the NUCLEO_F103RB platform and now the rtc_reset test is well FAIL as planned :)
|
/morph build |
Build : SUCCESSBuild number : 3260 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 2881 |
Test : FAILUREBuild number : 3073 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 2895 |
only |
/morph test |
Test : SUCCESSBuild number : 3144 |
Exporter Build : FAILUREBuild number : 3071 |
Description
Change the base time value to more realistic:
START_TIME = 1537789823 # GMT: Monday, 24 September 2018 11:50:23
This fix has been proposed by STM in order to enhance test efficiency.
Current test version did not detect problem with RTC reset on STM F1 family boards, since the base time was too small.
Pull request type