google / cro3

Abstraction Layer of ChromiumOS development
https://google.github.io/cro3/
BSD 3-Clause "New" or "Revised" License
43 stars 12 forks source link

Support --var for tast run and complete it. #247

Open mhiramat opened 6 months ago

mhiramat commented 6 months ago

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

cro3 tast run <test> --var <variable> ...
mhiramat commented 6 months ago

The command to collect the available variables is

tast globalruntimevars <DUT IP:port>