Open
Description
Currently, the way to detect the distro, is weak:
2018-12-09 19:00:07 [main] INFO ev3dev.hardware.EV3DevDistros - Providing an EV3DevDistros instance
2018-12-09 19:00:07 [main] DEBUG ev3dev.utils.Shell - Command: cat /etc/os-release
2018-12-09 19:00:07 [main] WARN ev3dev.hardware.EV3DevDistros - Failed to detect distro, falling back to Stretch.
2018-12-09 19:00:07 [main] DEBUG ev3dev.hardware.EV3DevDistros - Debian Stretch detected
In a local computer, we should return an exception except the class is mocked.