Better group for logging tests removing verbosity and redundancy in identifiers and making the sub-component a bit more uniform and clear. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
18 lines
328 B
YAML
18 lines
328 B
YAML
common:
|
|
integration_platforms:
|
|
- native_posix
|
|
|
|
tests:
|
|
logging.output.default_timestamp:
|
|
tags:
|
|
- log_output
|
|
- logging
|
|
- timestamp
|
|
logging.output.custom_timestamp:
|
|
tags:
|
|
- log_output
|
|
- logging
|
|
- timestamp
|
|
extra_configs:
|
|
- CONFIG_LOG_OUTPUT_FORMAT_CUSTOM_TIMESTAMP=y
|