lisa
lisa copied to clipboard
LISA is developed and maintained by Microsoft, to empower Linux validation.
There are three hardcode sleep 10 or 15 seconds. Please use a timout loop to detect the behavior. Not use the hard code big sleep number.
Based on discussion in #1624
There is a sleep10 seconds in kdump test case. Replace it to a timeout loop and check some condition. We need to avoid sleep a big number.
Using `Posix.install_packages("dracut-core")` fails on Ubuntu 18.04. I believe this is because `apt update` needs to be run before trying to install. Here is the error: `2021-09-28 20:26:46.328[19280][INFO] lisa.RootRunner HvModule.initrd_modules_check: FAILED...
Getting error: `Error in atexit._run_exitfuncs` while parsing the runbook. This error is not consistent. Usually rerunning the exact same command succeeds on the second run. Does not happen very frequently....
Some programs like to be killed with SIGINT rather than SIGKILL, it would be nice to be able to send signals other than kill for some async programs.
this info should be present in Readme. it would have been easier to go through other docs like Run Tests, Microsoft Tests if want to know about LISA architecture. For...
We want windows/linux users use the same command to start `lisa`. It helps to simplify the document and experience. The arguments are easy to adopt, but the start command is...
This is a pet peeve, we should know the dependencies for an OS platform and version, so why don't we just give the user a setup script to install any...