summaryrefslogtreecommitdiffstats
path: root/spec/testsuites/validation-one-cpu-1.yml
blob: fddad0e59dc7611c8a70181fa3447082460534ad (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: requirement-refinement
  uid: validation
test-brief: |
  This general purpose validation test suite provides enough resources to run
  basic tests with exactly one processor and without a
  ${/glossary/clock-driver:/term}.
test-code: |
  const char rtems_test_name[] = "${.:/test-suite-name}";

  #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER

  #define CONFIGURE_MAXIMUM_PROCESSORS 1

  #define CONFIGURE_SCHEDULER_TABLE_ENTRIES \
    RTEMS_SCHEDULER_TABLE_PRIORITY( a, TEST_SCHEDULER_A_NAME )

  #include "ts-default.h"
test-description: |
  Two test suites of this configuration are provided to limit test run
  duration.
test-includes: []
test-local-includes:
- ts-config.h
test-target: testsuites/validation/ts-validation-one-cpu-1.c
type: test-suite