Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/log_parser/merge_jsons.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def merge_json_files(json_files, output_file):
lookup_suite_key = suite_key.lower()
standalone_aliases = {
"dt_kselftest", "dt_validate", "ethtool_test",
"read_write_check_blk_devices", "psci", "capsule update", "network_boot"
"read_write_check_blk_devices", "psci", "capsule update", "network_boot", "smbios"
}
if lookup_suite_key in standalone_aliases or lookup_suite_key.startswith("os_"):
lookup_suite_key = "standalone"
Expand Down
18 changes: 15 additions & 3 deletions common/log_parser/test_categoryDT.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"catID: 8": [
{
"Suite": "BSA",
"Test Suite": "Wakeup semantic",
"Test Suite": "POWER_WAKEUP",
"specName": "BSA",
"rel Import. to main readiness": "Minor",
"Waivable": "yes",
Expand All @@ -98,7 +98,7 @@
"catID: 9": [
{
"Suite": "BSA",
"Test Suite": "Memory Map",
"Test Suite": "MEM_MAP",
"specName": "BSA",
"rel Import. to main readiness": "Minor",
"Waivable": "yes",
Expand Down Expand Up @@ -301,7 +301,7 @@
],
"catID: 26": [
{
"Suite": "SCT",
"Suite": "Standalone",
"Test Suite": "SMBIOS",
"specName": "UEFI",
"rel Import. to main readiness": "Minor",
Expand Down Expand Up @@ -502,5 +502,17 @@
"FunctionID": 1,
"Main Readiness Grouping": "boot readiness"
}
],
"catID: 43": [
{
"Suite": "FWTS",
"Test Suite": "smccc",
"specName": "BBR",
"rel Import. to main readiness": "Minor",
"Waivable": "no",
"SRS scope": "Required",
"FunctionID": 4,
"Main Readiness Grouping": "security readiness"
}
]
}