Skip to content

Tags: microsoft/lisa

Tags

20250224.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix regression for query command changes in get_package_information a…

…nd remove unused variables (#3677)

20250210.1

fix conditional issue and check all possible substring locations to d…

…etect serial console enabled

20250127.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improvements to "HyperVPreparationTransformer" (#3613)

* Improvements to "HyperVPreparationTransformer"

Changed the transformer to use recently added methods to HyperV tool instead of running commands.

* Update hyperv_preparation.py

* Update hyperv.py

20240113.1

Raise and catch hugepage size err

20241230.1

Reduce latencies caused by frequent calls to"get_os_disk_controller_t…

…ype"

VM's OS disk controller type doesn't change.

20241216.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Marked all sockperf tests to skip (#3556)

* MArked all sockperf tests to be skipped

20241202.1

Fix verify_azsecpack for Azure Linux 3.0

20241118.1

Hibernation Testcase: Add NoRedundancy Feature Requirement

Hibernation test cases requires VM Redundancy type to be
NoRedundancy. Add that to test requirement

20241104.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
mdatp check: add mdatp health invocation to check for onboarding (#3492)

* mdatp check: add mdatp health invocation to check for onboarding

* omit sudo for command -v

20241021.1

Script Transformer: Enable Compound Types

This will allow for the use of list, tuple, set, dict in the scripts of the script transformer.