summaryrefslogtreecommitdiff
path: root/c/src/ada-tests/mptests/mp14
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-20 08:55:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-20 08:55:21 +0000
commit1c9abf823b304efc95abbcd80cfda796bd620c97 (patch)
tree62a399b4eca8b017d807ea07ba3aedb6b4d348d1 /c/src/ada-tests/mptests/mp14
parentc2cdd9d4d9cdd4ac058a234faae01f9b82cc4a2e (diff)
New.
Diffstat (limited to 'c/src/ada-tests/mptests/mp14')
-rw-r--r--c/src/ada-tests/mptests/mp14/node1/mp14-node1.scn33
-rw-r--r--c/src/ada-tests/mptests/mp14/node2/mp14-node2.scn28
2 files changed, 61 insertions, 0 deletions
diff --git a/c/src/ada-tests/mptests/mp14/node1/mp14-node1.scn b/c/src/ada-tests/mptests/mp14/node1/mp14-node1.scn
new file mode 100644
index 0000000000..d1b6feefe9
--- /dev/null
+++ b/c/src/ada-tests/mptests/mp14/node1/mp14-node1.scn
@@ -0,0 +1,33 @@
+*** TEST 14 -- NODE 1 ***
+Creating Semaphore (Global)
+Creating Message Queue (Global)
+Creating Partition (Global)
+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 : 222
+Getting TID of remote task
+Sending events to remote task
+<stream of following characters>
+. - indicates 100 iterations of
+tm_evafter of 1 tick and event_receive.
+e - indicates that 100
+events have been sent to the remote task.
+m - indicates 100 iterations of
+message_queue_send and message_queue_receive.
+p - indicates 100 iterations of
+partition_get_buffer and partition_return_buffer.
+s - indicates 100 iterations of
+semaphore_obtain and semaphore_release.
+NOTE: The characters in the stream could begin to appear whenever any
+task is started.
diff --git a/c/src/ada-tests/mptests/mp14/node2/mp14-node2.scn b/c/src/ada-tests/mptests/mp14/node2/mp14-node2.scn
new file mode 100644
index 0000000000..a245b11faa
--- /dev/null
+++ b/c/src/ada-tests/mptests/mp14/node2/mp14-node2.scn
@@ -0,0 +1,28 @@
+*** 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 event_receive.
+e - indicates that 100
+events have been sent to the remote task.
+m - indicates 100 iterations of
+message_queue_send and message_queue_receive.
+p - indicates 100 iterations of
+partition_get_buffer and partition_return_buffer.
+s - indicates 100 iterations of
+semaphore_obtain and semaphore_release.