summaryrefslogtreecommitdiffstats
path: root/spec/acfg/val/acfg.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acfg/val/acfg.yml')
-rw-r--r--spec/acfg/val/acfg.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/spec/acfg/val/acfg.yml b/spec/acfg/val/acfg.yml
index e174f72c..272c5ee5 100644
--- a/spec/acfg/val/acfg.yml
+++ b/spec/acfg/val/acfg.yml
@@ -140,6 +140,16 @@ test-actions:
- role: validation
uid: /rtems/config/req/get-maximum-periods
- brief: |
+ Check the default ${/acfg/if/max-ports:/name} value.
+ code: |
+ T_eq_u32(
+ rtems_configuration_get_maximum_ports(),
+ 0
+ );
+ links:
+ - role: validation
+ uid: /rtems/config/req/get-maximum-ports
+ - brief: |
Check the configured ${/acfg/if/max-processors:/name} value.
code: |
T_eq_u32(
@@ -156,6 +166,16 @@ test-actions:
- role: validation
uid: /rtems/config/req/get-maximum-processors
- brief: |
+ Check the default ${/acfg/if/max-regions:/name} value.
+ code: |
+ T_eq_u32(
+ rtems_configuration_get_maximum_regions(),
+ 0
+ );
+ links:
+ - role: validation
+ uid: /rtems/config/req/get-maximum-regions
+ - brief: |
Check the configured ${/acfg/if/max-semaphores:/name} value.
code: |
T_eq_u32(