open-hpi / openhpi

Other
6 stars 10 forks source link

URI field for Synergy composer is missing. #1953

Closed mohandev2 closed 6 years ago

mohandev2 commented 7 years ago

URI field for Synergy composer is missing in inventory, whereas we have this field for all other resources. Following is the example.

hpi_shell> inv 1 0 Inventory: 0 Update count: 64 Read Only: FALSE Areas: 2 Area: 1 Type: PRODUCT_INFO Read Only: FALSE Fields: 3 Field: 1 Type: PRODUCT_NAME Read Only: FALSE (TEXT: ENGLISH: Synergy Composer (len=16)) Field: 2 Type: MANUFACTURER Read Only: FALSE (TEXT: ENGLISH: HPE (len=3)) Field: 3 Type: PRODUCT_VERSION Read Only: FALSE (TEXT: ENGLISH: 3.00.05-0271823 (len=15)) Area: 2 Type: CHASSIS_INFO Read Only: FALSE Fields: 1 Field: 1 Type: SERIAL_NUMBER Read Only: FALSE (TEXT: ENGLISH: CN764507CV (len=10)) inventory block ==> q hpi_shell> inv 2 0 Inventory: 0 Update count: 66 Read Only: FALSE Areas: 2 Area: 1 Type: PRODUCT_INFO Read Only: FALSE Fields: 4 Field: 1 Type: PRODUCT_NAME Read Only: FALSE (TEXT: ENGLISH: MXQ64801M5 (len=10)) Field: 2 Type: MANUFACTURER Read Only: FALSE (TEXT: ENGLISH: HPE (len=3)) Field: 3 Type: PRODUCT_VERSION Read Only: FALSE () Field: 4 Type: CUSTOM Read Only: FALSE (TEXT: ENGLISH: URI = /rest/enclosures/797739MXQ64801M5 (len=39)) Area: 2 Type: CHASSIS_INFO Read Only: FALSE Fields: 2 Field: 1 Type: PART_NUMBER Read Only: FALSE (TEXT: ENGLISH: 797739-B21 (len=10)) Field: 2 Type: SERIAL_NUMBER Read Only: FALSE (TEXT: ENGLISH: MXQ64801M5 (len=10)) inventory block ==> q hpi_shell>

Reported by: ShyamalaH

Original Ticket: openhpi/bugs/1953

mohandev2 commented 7 years ago

Original comment by: mohandev2

mohandev2 commented 7 years ago

Original comment by: ShyamalaH

mohandev2 commented 7 years ago

Fixed with checkin #7709.

Original comment by: ShyamalaH