Masami HIRAMATSU

Results 22 issues of Masami HIRAMATSU

We can run a unit test with `cros_run_unit_tests` which can seemlessly execute the unit test on a package.

P2

`lium tast run` shows the result directory in the chroot, but it is not accessible from outside of chroot where `lium` runs. It is better to show the result directory...

P2

Add a selftest command for bash completion script. It has too much feature now.

P2

If we run `lium build ` after `lium sync --version `, that can be failed because chroot environment is too new. You will see; ``` + setup_board --force --board=brask 14:50:46.980:...

P2

Without `--skip-setup`, build process take too loong. I would like to have a config option which enables that option by default.

If there is a way to setup connection to dut via adb, that is useful.

For example, run perf command on DUT, and get the perf.data with archive info; ``` cro3 perf record --dut $DUT --archive ``` And get a stat data. ``` cro3 perf...

P2

Currently cro3 user needs to pass `--option` and `"-var brahbrah"` but this is inefficient. It should support ``` cro3 tast run --var ... ```

P2

Add the options for local port forwarding for each DUT on `cro3 dut monitor`. This allows user to make DUT working as gateway. e.g. cro3 dut monitor mydut,192.168.111.222:3456 This will...