source: rtems/testsuites/mptests/mp09/mp09-node1.scn @ ca056e3

5
Last change on this file since ca056e3 was 3206879f, checked in by Chris Johns <chrisj@…>, on 04/09/18 at 03:41:08

testsuite/mptests: Merged nested Makefile.am files into one Makefile.am

This change is part of the testsuite Makefile.am reorganization.

Update #3382

  • Property mode set to 100644
File size: 614 bytes
Line 
1*** TEST 9 -- NODE 1 ***
2Creating Message Queue (Global)
3Creating Test_task (local)
4Starting Test_task (local)
5Deleting initialization task
6Getting QID of message queue
7Receiving message ...
8Received : 123456789012345
9Receiving message ...
10Received : abcdefghijklmno
11Receiving message ...
12Received : ABCDEFGHIJKLMNO
13Receiver delaying for a second
14rtems_message_queue_send: 123456789012345
15Delaying for a second
16rtems_message_queue_urgent: abcdefghijklmno
17Delaying for a second
18rtems_message_queue_broadcast: ABCDEFGHIJKLMNO
19Delaying for a second
20Delaying for 5 seconds
21Deleting Message queue
22*** END OF TEST 9 ***
Note: See TracBrowser for help on using the repository browser.