hikalium
hikalium
Given there is a script to get tast CI result, we can implement a wrapper to query the latest result and integrate it with other commands. e.g. lium tast result...
sometimes it fails to get macaddr (seems to be a timing issue). it should be fixed to improve reliability. also, if the macaddr is not set, it should report that.
On ChromeOS, `file:///var/log/messages` is accessible even on a production image with non-dev mode via Chrome. However, it is just shown as a plain text so it's a bit hard to...
Currently, javascript files are generated on the developer side and checked in. This can make the code review confusing and against the best practices. Let's add GitHub actions to generate...
https://google.github.io/lium/servo_power_monitor/ Expected behavior: when a JSON file is dropped, the tool tip on the chart should disappear Actual behavior: The tool tip was still visible
``` lium sync --repo /work/chromiumos --version R106-15050.0.0 --force Syncing /work/chromiumos to R106-15050.0.0 forcibly ... Error: /work/chromiumos is not a cros directory nor an empty directory. ```
When the --dut arg contains greater than or equal to 2 commas and has no brackets, we can assume that the address is a raw ipv6 address. e.g. 2401:fa00:480:ee08:fae4:3bff:fe5b:1796 ->...