Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add v4.4 schema with test enhancements #85

Merged
merged 3 commits into from
Aug 21, 2024

Conversation

spbnick
Copy link
Collaborator

@spbnick spbnick commented Aug 2, 2024

No description provided.

@spbnick
Copy link
Collaborator Author

spbnick commented Aug 2, 2024

Do not merge until we have ratified these schema changes.

@spbnick spbnick force-pushed the add_v4_4_schema_with_test_enhancements branch 2 times, most recently from 062c7d8 to 4db56a1 Compare August 16, 2024 13:54
Add support for specifying the numerical output produced by a test.

The meaning of the output is determined by the particular test. Should
only be considered when the test has actually executed. That is, with a
"FAIL", "ERROR", "PASS", or "DONE" status only. Normally "DONE" should
be used, when it's the main and not an auxiliary output.

The output "value" is expected to be floating-point, and the receiving
system must dedicate at least 64 bits for its storage.

Along the value it is possible to specify the "unit", as an arbitrary
string containing the unit symbol, or a (C-like) expression for a
compound unit, composed of base unit symbols.

If the "prefix" field is specified, the unit is considered to not
contain any prefix, the value is scaled as needed, and the appropriate
prefix (metric or binary) is added on display.
Add support for specifying the values of the root-level `compatible`
property, from the system's device tree (if any), in test's environment.

The values must be stored in a string array.
@spbnick spbnick force-pushed the add_v4_4_schema_with_test_enhancements branch from 4db56a1 to 996029c Compare August 16, 2024 14:04
@spbnick
Copy link
Collaborator Author

spbnick commented Aug 21, 2024

No more objections from the maillists and recipients. Merging!

@spbnick spbnick merged commit d9c5f81 into main Aug 21, 2024
5 checks passed
@spbnick spbnick deleted the add_v4_4_schema_with_test_enhancements branch August 21, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant