SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) enabled-by: RTEMS_SMP links: - role: requirement-refinement uid: /req/test-suites test-brief: | This general purpose test suite provides enough resources to run basic tests for all specified managers and functions. It is intended for model based testing. test-code: | const char rtems_test_name[] = "${.:/test-suite-name}"; #define CONFIGURE_MAXIMUM_PROCESSORS 4 #include "ts-default.h" test-description: | In SMP configurations, 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: Model0 test-target: testsuites/validation/ts-model-0.c type: test-suite