[rtems-central commit] validation: Fix test case

Sebastian Huber sebh at rtems.org
Mon Dec 21 15:08:33 UTC 2020


Module:    rtems-central
Branch:    master
Commit:    e92890af3c0b872c7859c7bda85eb68fab5271c8
Changeset: http://git.rtems.org/rtems-central/commit/?id=e92890af3c0b872c7859c7bda85eb68fab5271c8

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Dec 21 16:07:41 2020 +0100

validation: Fix test case

---

 rtemsspec/tests/test_validation.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rtemsspec/tests/test_validation.py b/rtemsspec/tests/test_validation.py
index 3123434..77ed8eb 100644
--- a/rtemsspec/tests/test_validation.py
+++ b/rtemsspec/tests/test_validation.py
@@ -1021,6 +1021,7 @@ static void Rtm_Setup_Context( Rtm_Context *ctx )
   memset( &config, 0, sizeof( config ) );
   config.sample_count = 100;
   ctx->request.arg = ctx;
+  ctx->request.flags = T_MEASURE_RUNTIME_REPORT_SAMPLES;
   ctx->context = T_measure_runtime_create( &config );
   T_assert_not_null( ctx->context );
 }



More information about the vc mailing list