Skip to content
/ lisa Public
forked from microsoft/lisa

LISA is developed and maintained by Microsoft, to empower Linux validation.

License

Notifications You must be signed in to change notification settings

tyhicks/lisa

This branch is 2573 commits behind microsoft/lisa:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 9, 2021
Dec 8, 2021
Sep 30, 2021
Jan 6, 2022
Jan 6, 2022
Jan 4, 2022
Jul 26, 2021
Mar 30, 2021
Aug 9, 2021
Aug 26, 2020
Sep 2, 2021
Mar 5, 2021
Sep 2, 2021
Aug 25, 2021
Mar 4, 2021
Mar 4, 2021
Dec 13, 2021
Dec 13, 2021
Aug 9, 2021

Repository files navigation

Linux Integration Services Automation (LISA)

CI Workflow GitHub license Documentation Status

Linux Integration Services Automation (LISA) is a Linux quality validation system, which consists of two parts:

  • A test framework to drive test execution.
  • A set of test suites to verify Linux kernel/distribution quality.

LISA was originally designed and implemented for Microsoft Azure and Windows HyperV platforms; now it can be used to validate Linux quality on any platforms if the proper orchestrator module implemented.

Why LISA

  • Scalable: Benefit from the appropriate abstractions, LISA can be used to test the quality of numerous Linux distributions without duplication of code implementation.
  • Customizable: The test suites created on top of LISA can be customized to support different quality validation needs.
  • Support multiple platforms: LISA is created with modular design, to support various of Linux platforms including Microsoft Azure, Windows HyperV, Linux bare metal, and other cloud based platforms.
  • End-to-end: LISA supports platform specific orchestrator to create and delete test environment automatically; it also provides flexibility to preserve environment for troubleshooting if test failed.

Documents

Contribute

You are very welcome to contribute. Please follow the contribution document for details.

History and road map

The previous LISA called LISAv2, which is in master branch. The previous LISA can be used standalone or called from the current LISA. Learn more from how to run LISAv2 test cases.

LISA is in active developing, and a lot of exciting features are implementing. We’re listening your feedback.

License

The entire codebase is under MIT license.

About

LISA is developed and maintained by Microsoft, to empower Linux validation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%