summaryrefslogtreecommitdiffstats
path: root/spec/req
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-14 08:57:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-19 11:29:34 +0200
commit48d7a6858582560f763a51ed2ddb48fbeb079573 (patch)
tree8540ba8ec2220a2afafaa2f74bd605a41b4659b9 /spec/req
parentspec: Add test header to test case item type (diff)
downloadrtems-central-48d7a6858582560f763a51ed2ddb48fbeb079573.tar.bz2
spec: Unify test attribute keys
Diffstat (limited to 'spec/req')
-rw-r--r--spec/req/rtems/barrier/val/ident.yml34
-rw-r--r--spec/req/rtems/message/val/ident.yml34
-rw-r--r--spec/req/rtems/part/val/ident.yml34
-rw-r--r--spec/req/rtems/ratemon/val/ident.yml34
-rw-r--r--spec/req/rtems/sem/val/ident.yml34
-rw-r--r--spec/req/rtems/timer/val/ident.yml34
-rw-r--r--spec/req/rtems/userext/val/ident.yml34
7 files changed, 119 insertions, 119 deletions
diff --git a/spec/req/rtems/barrier/val/ident.yml b/spec/req/rtems/barrier/val/ident.yml
index 7fc206c3..9f19645d 100644
--- a/spec/req/rtems/barrier/val/ident.yml
+++ b/spec/req/rtems/barrier/val/ident.yml
@@ -1,5 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-actions:
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: validation
+ uid: ../ident
+test-actions:
- action: |
${../../ident-local:/test-run}(
id_local_object,
@@ -10,20 +16,15 @@ actions:
Run the generic object identification tests for Classic API partition class
objects defined by ${../../ident-local}.
links: []
-brief: Test the ${/if/rtems/barrier/ident:/name} directive.
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-description: null
-enabled-by: true
-epilogue: null
-fixture: null
-includes: []
-links:
-- role: validation
- uid: ../ident
-local-includes:
+test-brief: Test the ${/if/rtems/barrier/ident:/name} directive.
+test-description: null
+test-epilogue: null
+test-fixture: null
+test-header: null
+test-includes: []
+test-local-includes:
- support-object-ident-local.h
-prologue: |
+test-prologue: |
rtems_status_code sc;
rtems_id id_local_object;
@@ -34,7 +35,7 @@ prologue: |
&id_local_object
);
T_assert_rsc_success( sc );
-support: |
+test-support: |
static rtems_status_code ClassicBarrierIdentAction(
rtems_name name,
rtems_id *id
@@ -42,6 +43,5 @@ support: |
{
return rtems_barrier_ident( name, id );
}
-target: testsuites/validation/tc-barrier-ident.c
-test-header: null
+test-target: testsuites/validation/tc-barrier-ident.c
type: test-case
diff --git a/spec/req/rtems/message/val/ident.yml b/spec/req/rtems/message/val/ident.yml
index 18565e64..e49f0ac3 100644
--- a/spec/req/rtems/message/val/ident.yml
+++ b/spec/req/rtems/message/val/ident.yml
@@ -1,5 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-actions:
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: validation
+ uid: ../ident
+test-actions:
- action: |
${../../ident:/test-run}(
id_local_object,
@@ -10,20 +16,15 @@ actions:
Run the generic object identification tests for Classic API message queue
class objects defined by ${../../ident}.
links: []
-brief: Test the ${/if/rtems/message/ident:/name} directive.
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-description: null
-enabled-by: true
-epilogue: null
-fixture: null
-includes: []
-links:
-- role: validation
- uid: ../ident
-local-includes:
+test-brief: Test the ${/if/rtems/message/ident:/name} directive.
+test-description: null
+test-epilogue: null
+test-fixture: null
+test-header: null
+test-includes: []
+test-local-includes:
- support-object-ident.h
-prologue: |
+test-prologue: |
rtems_status_code sc;
rtems_id id_local_object;
@@ -35,7 +36,7 @@ prologue: |
&id_local_object
);
T_assert_rsc_success( sc );
-support: |
+test-support: |
static rtems_status_code ClassicMessageIdentAction(
rtems_name name,
uint32_t node,
@@ -44,6 +45,5 @@ support: |
{
return rtems_message_queue_ident( name, node, id );
}
-target: testsuites/validation/tc-message-ident.c
-test-header: null
+test-target: testsuites/validation/tc-message-ident.c
type: test-case
diff --git a/spec/req/rtems/part/val/ident.yml b/spec/req/rtems/part/val/ident.yml
index 8120b9f1..b66ee21d 100644
--- a/spec/req/rtems/part/val/ident.yml
+++ b/spec/req/rtems/part/val/ident.yml
@@ -1,5 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-actions:
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: validation
+ uid: ../ident
+test-actions:
- action: |
${../../ident:/test-run}(
id_local_object,
@@ -10,20 +16,15 @@ actions:
Run the generic object identification tests for Classic API partition class
objects defined by ${../../ident}.
links: []
-brief: Test the ${/if/rtems/part/ident:/name} directive.
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-description: null
-enabled-by: true
-epilogue: null
-fixture: null
-includes: []
-links:
-- role: validation
- uid: ../ident
-local-includes:
+test-brief: Test the ${/if/rtems/part/ident:/name} directive.
+test-description: null
+test-epilogue: null
+test-fixture: null
+test-header: null
+test-includes: []
+test-local-includes:
- support-object-ident.h
-prologue: |
+test-prologue: |
static long area[32];
rtems_status_code sc;
rtems_id id_local_object;
@@ -37,7 +38,7 @@ prologue: |
&id_local_object
);
T_assert_rsc_success( sc );
-support: |
+test-support: |
static rtems_status_code ClassicPartIdentAction(
rtems_name name,
uint32_t node,
@@ -46,6 +47,5 @@ support: |
{
return rtems_partition_ident( name, node, id );
}
-target: testsuites/validation/tc-part-ident.c
-test-header: null
+test-target: testsuites/validation/tc-part-ident.c
type: test-case
diff --git a/spec/req/rtems/ratemon/val/ident.yml b/spec/req/rtems/ratemon/val/ident.yml
index 9279ceaf..5f33e73f 100644
--- a/spec/req/rtems/ratemon/val/ident.yml
+++ b/spec/req/rtems/ratemon/val/ident.yml
@@ -1,5 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-actions:
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: validation
+ uid: ../ident
+test-actions:
- action: |
${../../ident-local:/test-run}(
id_local_object,
@@ -10,20 +16,15 @@ actions:
Run the generic object identification tests for Classic API rate monotonic
class objects defined by ${../../ident-local}.
links: []
-brief: Test the ${/if/rtems/part/ident:/name} directive.
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-description: null
-enabled-by: true
-epilogue: null
-fixture: null
-includes: []
-links:
-- role: validation
- uid: ../ident
-local-includes:
+test-brief: Test the ${/if/rtems/part/ident:/name} directive.
+test-description: null
+test-epilogue: null
+test-fixture: null
+test-header: null
+test-includes: []
+test-local-includes:
- support-object-ident-local.h
-prologue: |
+test-prologue: |
rtems_status_code sc;
rtems_id id_local_object;
@@ -32,7 +33,7 @@ prologue: |
&id_local_object
);
T_assert_rsc_success( sc );
-support: |
+test-support: |
static rtems_status_code ClassicRatemonIdentAction(
rtems_name name,
rtems_id *id
@@ -40,6 +41,5 @@ support: |
{
return rtems_rate_monotonic_ident( name, id );
}
-target: testsuites/validation/tc-ratemon-ident.c
-test-header: null
+test-target: testsuites/validation/tc-ratemon-ident.c
type: test-case
diff --git a/spec/req/rtems/sem/val/ident.yml b/spec/req/rtems/sem/val/ident.yml
index 3d231358..1f63f092 100644
--- a/spec/req/rtems/sem/val/ident.yml
+++ b/spec/req/rtems/sem/val/ident.yml
@@ -1,5 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-actions:
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: validation
+ uid: ../ident
+test-actions:
- action: |
${../../ident:/test-run}(
id_local_object,
@@ -10,20 +16,15 @@ actions:
Run the generic object identification tests for Classic API semaphore class
objects defined by ${../../ident}.
links: []
-brief: Test the ${/if/rtems/sem/ident:/name} directive.
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-description: null
-enabled-by: true
-epilogue: null
-fixture: null
-includes: []
-links:
-- role: validation
- uid: ../ident
-local-includes:
+test-brief: Test the ${/if/rtems/sem/ident:/name} directive.
+test-description: null
+test-epilogue: null
+test-fixture: null
+test-header: null
+test-includes: []
+test-local-includes:
- support-object-ident.h
-prologue: |
+test-prologue: |
rtems_status_code sc;
rtems_id id_local_object;
@@ -35,7 +36,7 @@ prologue: |
&id_local_object
);
T_assert_rsc_success( sc );
-support: |
+test-support: |
static rtems_status_code ClassicSemIdentAction(
rtems_name name,
uint32_t node,
@@ -44,6 +45,5 @@ support: |
{
return rtems_semaphore_ident( name, node, id );
}
-target: testsuites/validation/tc-sem-ident.c
-test-header: null
+test-target: testsuites/validation/tc-sem-ident.c
type: test-case
diff --git a/spec/req/rtems/timer/val/ident.yml b/spec/req/rtems/timer/val/ident.yml
index 3d0f479b..755f2e1a 100644
--- a/spec/req/rtems/timer/val/ident.yml
+++ b/spec/req/rtems/timer/val/ident.yml
@@ -1,5 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-actions:
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: validation
+ uid: ../ident
+test-actions:
- action: |
${../../ident-local:/test-run}(
id_local_object,
@@ -10,20 +16,15 @@ actions:
Run the generic object identification tests for Classic API timer class
objects defined by ${../../ident-local}.
links: []
-brief: Test the ${/if/rtems/timer/ident:/name} directive.
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-description: null
-enabled-by: true
-epilogue: null
-fixture: null
-includes: []
-links:
-- role: validation
- uid: ../ident
-local-includes:
+test-brief: Test the ${/if/rtems/timer/ident:/name} directive.
+test-description: null
+test-epilogue: null
+test-fixture: null
+test-header: null
+test-includes: []
+test-local-includes:
- support-object-ident-local.h
-prologue: |
+test-prologue: |
rtems_status_code sc;
rtems_id id_local_object;
@@ -32,7 +33,7 @@ prologue: |
&id_local_object
);
T_assert_rsc_success( sc );
-support: |
+test-support: |
static rtems_status_code ClassicTimerIdentAction(
rtems_name name,
rtems_id *id
@@ -40,6 +41,5 @@ support: |
{
return rtems_timer_ident( name, id );
}
-target: testsuites/validation/tc-timer-ident.c
-test-header: null
+test-target: testsuites/validation/tc-timer-ident.c
type: test-case
diff --git a/spec/req/rtems/userext/val/ident.yml b/spec/req/rtems/userext/val/ident.yml
index 6308714b..5bbf7142 100644
--- a/spec/req/rtems/userext/val/ident.yml
+++ b/spec/req/rtems/userext/val/ident.yml
@@ -1,5 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-actions:
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: validation
+ uid: ../ident
+test-actions:
- action: |
${../../ident-local:/test-run}(
id_local_object,
@@ -10,20 +16,15 @@ actions:
Run the generic object identification tests for Classic API user extension
class objects defined by ${../../ident-local}.
links: []
-brief: Test the ${/if/rtems/userext/ident:/name} directive.
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-description: null
-enabled-by: true
-epilogue: null
-fixture: null
-includes: []
-links:
-- role: validation
- uid: ../ident
-local-includes:
+test-brief: Test the ${/if/rtems/userext/ident:/name} directive.
+test-description: null
+test-epilogue: null
+test-fixture: null
+test-header: null
+test-includes: []
+test-local-includes:
- support-object-ident-local.h
-prologue: |
+test-prologue: |
static const rtems_extensions_table table;
rtems_status_code sc;
rtems_id id_local_object;
@@ -34,7 +35,7 @@ prologue: |
&id_local_object
);
T_assert_rsc_success( sc );
-support: |
+test-support: |
static rtems_status_code ClassicUserExtIdentAction(
rtems_name name,
rtems_id *id
@@ -42,6 +43,5 @@ support: |
{
return rtems_extension_ident( name, id );
}
-target: testsuites/validation/tc-userext-ident.c
-test-header: null
+test-target: testsuites/validation/tc-userext-ident.c
type: test-case