fbtp: fix product name regex
Similar to I9c978d6c33b590a29d5850e2bd7edef9b5c94d9b for Yv2, improve
the regex for Tioga Pass. The product version for Tioga Pass is more
complex because there are more varieties of it. Improve the regex to
ensure the full "Tioga Pass" is matched and not "Tiogaaaaaaaaa".
In lab system observed the following product name:
"TypeN Tioga Pass Single Side"
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Idd7389d10b91f200abc63ef038a37b3cf95c229f
diff --git a/configurations/FBTP.json b/configurations/FBTP.json
index b95ad77..4d7f1af 100644
--- a/configurations/FBTP.json
+++ b/configurations/FBTP.json
@@ -1569,7 +1569,7 @@
}
],
"Name": "TiogaPass Baseboard",
- "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': '.*Tioga*'})",
+ "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': '.*Tioga Pass.*'})",
"Type": "Board",
"xyz.openbmc_project.Inventory.Decorator.Asset": {
"Manufacturer": "$PRODUCT_MANUFACTURER",