Skip to content

Commit

Permalink
Merge pull request #4207 from XueqiangWei/smbios_default_check
Browse files Browse the repository at this point in the history
smbios_default_check: update RegExp of System_SKU_Number
  • Loading branch information
zhencliu authored Nov 18, 2024
2 parents 4c66eff + f4cc43a commit f2f63fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu/tests/cfg/smbios_default_check.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Expected output
Host_RHEL:
System_Manufacturer = "^Red Hat$"
System_SKU_Number = "^8.[23456789].0|9.\d.0$"
System_SKU_Number = "^8.[23456789].0|9.\d.0$|10.\d.0$"
Baseboard_Manufacturer = "^Red Hat$"
Baseboard_Product_Name = "^RHEL(-AV|)$"
# Command to get BIOS info
Expand Down

0 comments on commit f2f63fc

Please sign in to comment.