Warning, /spec/build/testsuites/optverbosity.yml is written in an unsupported language. File is not indexed.
0001 SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
0002 actions:
0003 - get-string: null
0004 - script: |
0005 verbosities = {
0006 "Verbose": "T_VERBOSE",
0007 "Normal": "T_NORMAL",
0008 "Quiet": "T_QUIET",
0009 }
0010 name = self.data["name"]
0011 try:
0012 conf.define(name, verbosities[value], quote=False)
0013 except KeyError:
0014 conf.fatal("The value of {} shall be one of {}".format(
0015 name, verbosities.keys()))
0016 build-type: option
0017 copyrights:
0018 - Copyright (C) 2020 embedded brains GmbH & Co. KG
0019 default:
0020 - enabled-by: true
0021 value: Normal
0022 description: |
0023 Sets the test verbosity of the RTEMS Test Framework. Valid values are
0024 "Verbose", "Normal", and "Quiet". For normal test runs you can use a
0025 verbosity of "Normal". If you need a more detailed output, then you can set
0026 it to "Verbose". For example, in case a regression occurred. Reducing the
0027 verbosity level can significantly reduce the test duration especially on
0028 targets with a slow serial output device. All verbosity levels produce
0029 enough output to notice failed test cases. In particular, the begin and end
0030 of test information is not affected by the verbosity level.
0031 enabled-by: true
0032 format: '{}'
0033 links: []
0034 name: RTEMS_TEST_VERBOSITY
0035 type: build