source: rtems/testsuites/mptests/mp09/node2/mp09-node2.scn @ 48e02af

4.115
Last change on this file since 48e02af was 945f5901, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/10/05 at 18:22:03

New.

  • Property mode set to 100644
File size: 866 bytes
Line 
1*** TEST 9 -- NODE 2 ***
2Creating Test_task (local)
3Starting Test_task (local)
4Deleting initialization task
5Getting QID of message queue
6rtems_message_queue_delete correctly returned RTEMS_ILLEGAL_ON_REMOTE_OBJECT
7rtems_message_queue_send: 123456789012345
8Delaying for a second
9rtems_message_queue_urgent: abcdefghijklmno
10Delaying for a second
11rtems_message_queue_broadcast: ABCDEFGHIJKLMNO
12Delaying for a second
13Receiving message ...
14Received : 123456789012345
15Receiving message ...
16Received : abcdefghijklmno
17Receiving message ...
18Received : ABCDEFGHIJKLMNO
19Receiver delaying for a second
20Flushing remote empty queue
210 messages were flushed on the remote queue
22Send messages to be flushed from remote queue
23Flushing remote queue
241 messages were flushed on the remote queue
25Waiting for message queue to be deleted
26Global message queue deleted
27*** END OF TEST 9 ***
Note: See TracBrowser for help on using the repository browser.