summaryrefslogtreecommitdiffstats
path: root/spec/acfg/val/scheduler-table-entries-one-cpu.yml
blob: 57f0b3aee2cdf155a27eb76245643b595ec6c539 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2022 embedded brains GmbH & Co. KG
enabled-by: true
links: []
test-actions:
- action-brief: |
    Check the effect of the application configuration option.
  action-code: |
    /* Nothing to do */
  checks:
  - brief: |
      Check that the ${/acfg/if/scheduler-table-entries:/name} application
      configuration option resulted in the expected system setting using
      ${/rtems/task/if/maximum-priority:/name}.
    code: |
      T_eq_u32( RTEMS_MAXIMUM_PRIORITY, 63 );
    links:
    - role: validation
      uid: ../req/scheduler-table-entries
    - role: validation
      uid: ../req/scheduler-control-priority
  links: []
test-brief: |
  Tests the effect of ${/acfg/if/scheduler-table-entries:/name} the application
  configuration options in a configuration with only one processor.
test-context: []
test-context-support: null
test-description: null
test-header: null
test-includes:
- rtems.h
test-local-includes: []
test-setup: null
test-stop: null
test-support: null
test-target: testsuites/validation/tc-acfg-scheduler-table-entries-one-cpu.c
test-teardown: null
type: test-case