summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req/ident.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/task/req/ident.yml')
-rw-r--r--spec/rtems/task/req/ident.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/spec/rtems/task/req/ident.yml b/spec/rtems/task/req/ident.yml
index e1276cc9..54661205 100644
--- a/spec/rtems/task/req/ident.yml
+++ b/spec/rtems/task/req/ident.yml
@@ -121,7 +121,16 @@ test-support: |
.attributes = TASK_ATTRIBUTES
};
test-target: testsuites/validation/tc-task-ident.c
-test-teardown: null
+test-teardown:
+ brief: null
+ code: |
+ if ( ctx->id_local_object != 0 ) {
+ rtems_status_code sc;
+
+ sc = rtems_task_delete( ctx->id_local_object );
+ T_rsc_success( sc );
+ }
+ description: null
text: ${.:text-template}
transition-map:
- enabled-by: true