Made the oe19_2u check more generic 64/1064/1
authorJyrki Aaltonen <jyrki.aaltonen@nokia.com>
Thu, 27 Jun 2019 07:41:45 +0000 (10:41 +0300)
committerJyrki Aaltonen <jyrki.aaltonen@nokia.com>
Thu, 27 Jun 2019 07:42:19 +0000 (10:42 +0300)
Change-Id: I732e335f9dff8830600ae6482449dd5c639143ab
Signed-off-by: Jyrki Aaltonen <jyrki.aaltonen@nokia.com>
src/hw_detector/hw_types/hw_oe19_2u.py

index b16a00c..fe58765 100644 (file)
@@ -17,7 +17,7 @@ from hw_detector.nokia_hw_type import NokiaHWType
 class HWOE192U(NokiaHWType):
     def __init__(self):
         super(HWOE192U, self).__init__()
-        self.matches = {'Board Product' : 'AE-SER2U-A/AF1804.01'}
+        self.matches = {'Board Product' : 'AE-SER2U-A/AF1804.*'}
         self.hwtype = 'OE192U'
         self.productfamily = 'OE19'
         self.disk_map = {'os' : '%s/pci-0000:00:11.5-ata-3' %self.by_path,