summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/mptests/mp02
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/mp02
parentAdd scndir. Install *.scn to scndir. (diff)
downloadrtems-1c9abf823b304efc95abbcd80cfda796bd620c97.tar.bz2
New.
Diffstat (limited to 'c/src/ada-tests/mptests/mp02')
-rw-r--r--c/src/ada-tests/mptests/mp02/node1/mp02-node1.scn11
-rw-r--r--c/src/ada-tests/mptests/mp02/node2/mp02-node2.scn11
2 files changed, 22 insertions, 0 deletions
diff --git a/c/src/ada-tests/mptests/mp02/node1/mp02-node1.scn b/c/src/ada-tests/mptests/mp02/node1/mp02-node1.scn
new file mode 100644
index 0000000000..91b57321f7
--- /dev/null
+++ b/c/src/ada-tests/mptests/mp02/node1/mp02-node1.scn
@@ -0,0 +1,11 @@
+*** TEST 2 -- NODE 1 ***
+Creating test task (Global)
+Getting TID of remote task (all nodes)
+Getting TID of remote task (1 node)
+task_delete of remote task returned the correct error
+task_start of remote task returned the correct error
+task_restart of remote task returned the correct error
+Setting notepad 1 of the remote task to 1
+Getting a notepad of the remote task
+Remote notepad set and read correctly
+*** END OF TEST 2 ***
diff --git a/c/src/ada-tests/mptests/mp02/node2/mp02-node2.scn b/c/src/ada-tests/mptests/mp02/node2/mp02-node2.scn
new file mode 100644
index 0000000000..14239a546d
--- /dev/null
+++ b/c/src/ada-tests/mptests/mp02/node2/mp02-node2.scn
@@ -0,0 +1,11 @@
+*** TEST 2 -- NODE 2 ***
+Creating test task (Global)
+Getting TID of remote task (all nodes)
+Getting TID of remote task (1 node)
+task_delete of remote task returned the correct error
+task_start of remote task returned the correct error
+task_restart of remote task returned the correct error
+Setting notepad 2 of the remote task to 2
+Getting a notepad of the remote task
+Remote notepad set and read correctly
+*** END OF TEST 2 ***