[rtems-central commit] spec: Use T_now_tick()

Sebastian Huber sebh at rtems.org
Fri Sep 24 11:32:07 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Sep 17 13:03:31 2021 +0200

spec: Use T_now_tick()

---

 spec/testsuites/validation-io-kernel.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/testsuites/validation-io-kernel.yml b/spec/testsuites/validation-io-kernel.yml
index 101ba63..62ca650 100644
--- a/spec/testsuites/validation-io-kernel.yml
+++ b/spec/testsuites/validation-io-kernel.yml
@@ -24,7 +24,7 @@ test-code: |
     .buf_size = sizeof( buffer ),
     .putchar = rtems_put_char,
     .verbosity = RTEMS_TEST_VERBOSITY,
-    .now = T_now_dummy,
+    .now = T_now_tick,
     .action_count = T_ARRAY_SIZE( actions ),
     .actions = actions
   };
@@ -37,7 +37,7 @@ test-code: |
 
     rtems_test_begin( rtems_test_name, TEST_STATE );
     T_run_initialize( &test_config );
-    RtemsIoValKernel_Run();
+    ${/rtems/io/val/kernel:/test-run}();
 
     if ( T_run_finalize() ) {
       rtems_test_end( rtems_test_name );



More information about the vc mailing list