summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14/node2/mp14-node2.scn
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-10 18:22:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-10 18:22:03 +0000
commit945f59015ab0e0932fe725c010da88d10724d33e (patch)
tree4e944e9ca3ca5032ce5ea991d449b7e248a56fb7 /testsuites/mptests/mp14/node2/mp14-node2.scn
parentRemoved (Renamed to *-node<N>.*). (diff)
downloadrtems-945f59015ab0e0932fe725c010da88d10724d33e.tar.bz2
New.
Diffstat (limited to '')
-rw-r--r--testsuites/mptests/mp14/node2/mp14-node2.scn38
1 files changed, 38 insertions, 0 deletions
diff --git a/testsuites/mptests/mp14/node2/mp14-node2.scn b/testsuites/mptests/mp14/node2/mp14-node2.scn
new file mode 100644
index 0000000000..d128c870e9
--- /dev/null
+++ b/testsuites/mptests/mp14/node2/mp14-node2.scn
@@ -0,0 +1,38 @@
+*** TEST 14 -- NODE 2 ***
+Creating Event task (Global)
+Starting Event task (Global)
+Creating Semaphore task (Global)
+About to go to sleep!
+Starting Semaphore task (Global)
+Creating Message Queue task (Global)
+Getting SMID of semaphore
+Starting Message Queue task (Global)
+Creating Partition task (Global)
+Getting ID of msg queue
+Starting Partition task (Global)
+Getting ID of partition
+Waking up!
+Remote task's name is : 111
+Getting TID of remote task
+Receiving events from remote task
+<stream of following characters>
+
+. - indicates 100 iterations of
+ tm_evafter of 1 tick and rtems_event_receive.
+
+e - indicates that 100
+ events have been sent to the remote task.
+
+m - indicates 100 iterations of
+ rtems_message_queue_send and rtems_message_queue_receive.
+
+p - indicates 100 iterations of
+ rtems_partition_get_buffer and rtems_partition_return_buffer.
+
+s - indicates 100 iterations of
+ rtems_semaphore_obtain and rtems_semaphore_release.
+
+NOTES: 1. The messages could be interspersed.
+ 2. If one of the nodes exits first, the other may report
+ timeout errors on blocking directives.
+