Warning, /testsuites/sptests/spconfig02/spconfig02.doc is written in an unsupported language. File is not indexed.
0001 This file describes the directives and concepts tested by this test set.
0002
0003 test set name: spconfig02
0004
0005 directives:
0006
0007 - rtems_barrier_create()
0008 - rtems_extension_create()
0009 - rtems_extension_delete()
0010 - rtems_message_queue_create()
0011 - rtems_message_queue_delete()
0012 - rtems_object_get_classic_name()
0013 - rtems_partition_create()
0014 - rtems_partition_delete()
0015 - rtems_rate_monotonic_create()
0016 - rtems_rate_monotonic_delete()
0017 - rtems_region_create()
0018 - rtems_region_delete()
0019 - rtems_semaphore_create()
0020 - rtems_semaphore_delete()
0021 - rtems_task_create()
0022 - rtems_timer_create()
0023 - rtems_timer_delete()
0024
0025 concepts:
0026
0027 - Ensure that the creation of Classic API objects fails with the expected
0028 status code in the default configuration.
0029 - Ensure that the deletion of Classic API objects fails with the expected
0030 status code in the default configuration if the identifier is invalid.
0031 - Ensure that only the expected objects are present in the default
0032 configuration via rtems_object_get_classic_name().