This PR adds the --device-id command line flag and the corresponding MURAKAMI_SETTINGS_DEVICE_ID environment variable.
This field is saved in each test runner's output as "MurakamiDeviceID": "value".
Please note that even if this is testable as-is, it will save the right value in the .jsonl only after https://github.com/m-lab/murakami/pull/62 has been merged, since reading the env variables is affected by that bug.
This PR adds the
--device-id
command line flag and the correspondingMURAKAMI_SETTINGS_DEVICE_ID
environment variable.This field is saved in each test runner's output as
"MurakamiDeviceID": "value"
.Please note that even if this is testable as-is, it will save the right value in the
.jsonl
only after https://github.com/m-lab/murakami/pull/62 has been merged, since reading the env variables is affected by that bug.