{"id":13586504,"url":"https://github.com/microsoft/lisa","last_synced_at":"2025-05-15T02:08:42.610Z","repository":{"id":37009686,"uuid":"174629277","full_name":"microsoft/lisa","owner":"microsoft","description":"LISA is developed and maintained by Microsoft, to empower Linux validation.","archived":false,"fork":false,"pushed_at":"2025-05-13T05:37:40.000Z","size":27876,"stargazers_count":240,"open_issues_count":61,"forks_count":190,"subscribers_count":35,"default_branch":"main","last_synced_at":"2025-05-13T06:29:14.407Z","etag":null,"topics":["automation-framework","azure","cloudtesting","e2e-testing","hyperv","linux","linux-compatibility","testing"],"latest_commit_sha":null,"homepage":"https://aka.ms/lisa","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"docs/contributing.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-03-09T00:23:37.000Z","updated_at":"2025-05-09T02:50:33.000Z","dependencies_parsed_at":"2023-10-02T02:42:23.489Z","dependency_job_id":"bec366b6-564b-450e-97b3-29b3c6c10f34","html_url":"https://github.com/microsoft/lisa","commit_stats":{"total_commits":4963,"total_committers":148,"mean_commits":33.53378378378378,"dds":0.844045939955672,"last_synced_commit":"d92e641e8abfb5eb7892b23de2c3da30dab5ab1b"},"previous_names":[],"tags_count":163,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Flisa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Flisa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Flisa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Flisa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/lisa/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254259384,"owners_count":22040820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation-framework","azure","cloudtesting","e2e-testing","hyperv","linux","linux-compatibility","testing"],"created_at":"2024-08-01T15:05:36.859Z","updated_at":"2025-05-15T02:08:37.572Z","avatar_url":"https://github.com/microsoft.png","language":"Python","readme":"Linux Integration Services Automation (LISA)\n============================================\n\n|CI Workflow| |GitHub license| |Docs|\n\n**Linux Integration Services Automation (LISA)** is a Linux quality\nvalidation system, which consists of two parts：\n\n-  A test framework to drive test execution.\n-  A set of test suites to verify Linux kernel/distribution quality.\n\n``LISA`` was originally designed and implemented for Microsoft Azure and\nWindows HyperV platforms; now it can be used to validate Linux quality\non any platforms if the proper orchestrator module is implemented.\n\nWhy LISA\n--------\n\n-  **Scalable**: Benefit from the appropriate abstractions, ``LISA``\n   can be used to test the quality of numerous Linux distributions\n   without duplication of code implementation.\n\n-  **Customizable**: The test suites created on top of ``LISA`` can be\n   customized to support different quality validation needs.\n\n-  **Support multiple platforms**: ``LISA`` is created with modular\n   design, to support various of Linux platforms including Microsoft\n   Azure, Windows HyperV, Linux bare metal, and other cloud based\n   platforms.\n\n-  **End-to-end**: ``LISA`` supports platform specific orchestrators to\n   create and delete test environment automatically; it also provides\n   flexibility to preserve environments for troubleshooting if test(s)\n   fails.\n\nDocuments\n---------\n\n-  `Quick start \u003chttps://mslisa.rtfd.io/en/main/quick_start.html\u003e`__\n-  `Run tests \u003chttps://mslisa.rtfd.io/en/main/run_test/run.html\u003e`__\n-  `Development Setup \u003chttps://mslisa.readthedocs.io/en/main/write_test/dev_setup.html\u003e`__\n-  `Microsoft tests \u003chttps://mslisa.rtfd.io/en/main/run_test/microsoft_tests.html\u003e`__\n-  `Write test cases in LISA \u003chttps://mslisa.rtfd.io/en/main/write_test/write_case.html\u003e`__\n-  `Command line reference \u003chttps://mslisa.rtfd.io/en/main/run_test/command_line.html\u003e`__\n-  `Runbook reference \u003chttps://mslisa.rtfd.io/en/main/run_test/runbook.html\u003e`__\n-  `Extend and customize LISA \u003chttps://mslisa.rtfd.io/en/main/write_test/extension.html\u003e`__\n\nContribute\n----------\n\nYou are very welcome to contribute to this repository. Please follow `the contribution\ndocument \u003chttps://mslisa.rtfd.io/en/main/contributing.html\u003e`__ for details.\n\nRoad map\n--------------------\n\nLISA is in active developing, and a lot of exciting features are being\nimplemented. We're listening to your\n`feedback \u003chttps://github.com/microsoft/lisa/issues/new\u003e`__.\n\nLicense\n-------\n\nThe entire codebase is under `MIT license \u003cLICENSE\u003e`__.\n\n.. |CI Workflow| image:: https://github.com/microsoft/lisa/workflows/CI%20Workflow/badge.svg?branch=main\n   :target: https://github.com/microsoft/lisa/actions?query=workflow%3A%22CI+Workflow+for+LISAv3%22+event%3Apush+branch%3Amain\n.. |GitHub license| image:: https://img.shields.io/github/license/microsoft/lisa\n   :target: https://github.com/microsoft/lisa/blob/main/LICENSE\n.. |Docs| image:: https://readthedocs.org/projects/mslisa/badge/?version=main\n   :target: https://mslisa.readthedocs.io/en/main/?badge=main\n   :alt: Documentation Status\n","funding_links":[],"categories":["Python","azure"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Flisa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Flisa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Flisa/lists"}