summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp15/sp15.scn
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp15/sp15.scn')
-rw-r--r--testsuites/sptests/sp15/sp15.scn16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuites/sptests/sp15/sp15.scn b/testsuites/sptests/sp15/sp15.scn
new file mode 100644
index 0000000000..acddd5b5e9
--- /dev/null
+++ b/testsuites/sptests/sp15/sp15.scn
@@ -0,0 +1,16 @@
+*** TEST 15 ***
+INIT - rtems_partition_create - partition 1
+INIT - rtems_partition_create - partition 2
+TA1 - rtems_partition_ident - partition 1 id = 00010001
+TA1 - rtems_partition_ident - partition 2 id = 00010002
+TA1 - rtems_partition_get_buffer - buffer 1 from partition 1 - 0x00000000
+TA1 - rtems_partition_get_buffer - buffer 2 from partition 1 - 0x00000200
+TA1 - rtems_partition_get_buffer - buffer 1 from partition 2 - 0x00000000
+TA1 - rtems_partition_get_buffer - buffer 2 from partition 2 - 0x00000080
+TA1 - rtems_partition_return_buffer - buffer 1 to partition 1 - 0x00000000
+TA1 - rtems_partition_return_buffer - buffer 2 to partition 1 - 0x00000200
+TA1 - rtems_partition_return_buffer - buffer 1 to partition 2 - 0x00000000
+TA1 - rtems_partition_return_buffer - buffer 2 to partition 2 - 0x00000080
+TA1 - rtems_partition_delete - delete partition 1
+TA1 - rtems_partition_delete - delete partition 2
+*** END OF TEST 15 ***