summaryrefslogtreecommitdiff
path: root/spec/testsuites/validation-smp-only-0.yml
blob: ed838c672bb617a348fc1448775bc17a67a1433e (plain)
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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: RTEMS_SMP
links:
- role: requirement-refinement
  uid: /req/test-suites
- role: validation
  uid: /acfg/if/scheduler-edf-smp
test-brief: |
  This test suite for SMP-only test cases provides enough resources to run
  basic tests for all specified managers and functions.
test-code: |
  const char rtems_test_name[] = "${.:/test-suite-name}";

  #define CONFIGURE_MAXIMUM_PROCESSORS 5

  #include "ts-default.h"
test-description: |
  Up to three scheduler instances using the SMP EDF scheduler are provided
  using up to four processors.
test-includes: []
test-local-includes: []
test-suite-name: ValidationSMPOnly0
test-target: testsuites/validation/ts-validation-smp-only-0.c
type: test-suite