google / cro3

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

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

Open mhiramat opened 1 month ago

mhiramat commented 1 month 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 1 month ago

The command to collect the available variables is

tast globalruntimevars <DUT IP:port>