programs: add initial rust-analyzer testing by tamird · Pull Request #543 · intel/lkp-tests

Hi Tamir, sorry for the late reply. This is very useful suite. Would you mind add a few things

  • basic spec test, refer to spec/stats to add sample out and expected parsed result
  • add a depends file programs/rust-analyzer/pkg/depends, refer to programs/avocado/pkg/depends to install python and needed packages for runtime.
  • add programs/rust-analyzer/pkg/PKGBUILD, not sure whether there's a repo of test suite to monitor, so it doesn't require to put rust-analyzer source in lkp, but stays in its own repo.

Regarding dry run, you can follow README.md example to run this locally, if it works it is mostly correct.

And the steps could be some complex, if there's any issue, kindly let me know and i can further follow up.