summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-09 15:03:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-14 14:32:42 +0200
commit67b229d8c1fbf0dfb913ceda51f917fd207d92a5 (patch)
tree1326fb21e82ab5e027062e0f2f2bcdd0c4647dc4
parentspec: Specify semaphore obtain timeouts (diff)
downloadrtems-central-67b229d8c1fbf0dfb913ceda51f917fd207d92a5.tar.bz2
spec: Fix rtems_rate_monotonic_get_status() test
-rw-r--r--spec/rtems/ratemon/req/get-status.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/rtems/ratemon/req/get-status.yml b/spec/rtems/ratemon/req/get-status.yml
index dd5a4af0..19397991 100644
--- a/spec/rtems/ratemon/req/get-status.yml
+++ b/spec/rtems/ratemon/req/get-status.yml
@@ -464,6 +464,7 @@ test-prepare: |
ctx->consumed.tv_sec = 0;
ctx->consumed.tv_nsec = 0;
ctx->postponed_jobs_count = 0;
+ TimecounterTick();
test-setup:
brief: null
code: |