Could not get some firmware tests to pass one some devices and on inspection, it appears the process by which it reads the firmware defined in the device_type/module_config.json file can get is doing some sort of incorrect processing instead of direct copying into mac_addrs/device/aux/module_config.json.
Defined as:
"firmware_version": "104.00.2216\x00"
Result incorrectly failing:
|fail|security.firmware|Other|Other|version found: 104.00.2216\x00 Firmware version does not match|
Resolved incorrectly in aux:
"firmware_version": "104.00.2216\u0000",
Could not get some firmware tests to pass one some devices and on inspection, it appears the process by which it reads the firmware defined in the device_type/module_config.json file can get is doing some sort of incorrect processing instead of direct copying into mac_addrs/device/aux/module_config.json.
Defined as: "firmware_version": "104.00.2216\x00"
Result incorrectly failing: |fail|security.firmware|Other|Other|version found: 104.00.2216\x00 Firmware version does not match|
Resolved incorrectly in aux: "firmware_version": "104.00.2216\u0000",