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

lium tast run will not run new test? #222

Closed mhiramat closed 7 months ago

mhiramat commented 8 months ago

When I added a new tast test with variations, lium tast run can run non-variation test, but it can not run the variations of the test. (finish silently.) I confirmed that it can run inside chroot.

mhiramat commented 7 months ago

I found that this is because the cached test list is not updated. After lium tast list --dut $DUT it works. So we should warn user if given pattern did not match any test.