Skip to content

Releases: microsoft/lisa

20260309.1

09 Mar 00:23
959f370

Choose a tag to compare

What's Changed

  • Add new transformer which will install VM extension before test run by @bhagyapathak in #4276
  • baremetal: retry _enable_serial_console on iDRAC 503 transient errors by @vyadavmsft in #4290
  • baremetal: retry SSH ready check with iDRAC ForceRestart on failure by @vyadavmsft in #4288
  • feat(sched_core): Introduce basic core scheduling test by @rlmenge in #4299
  • Add kexec reboot test suite by @vyadavmsft in #4273
  • fix(sched_core): skip on non-SMT hosts and install C dev headers by @rlmenge in #4303
  • Fix curl tool not installation issue by @LiliDeng in #4302
  • Refine quick-install.ps1 to find existing python by @LiliDeng in #4301
  • Add ai agent dependent package with a fixed version by @lubaihua33 in #4305
  • Fix and normalize package path in package_installer validation by @andrew344c in #4304
  • lis: bump test case priority to 5 in lissuite.py by @Copilot in #4306
  • SKIP verify_timesync_ptp on unsupported Ubuntu and RHEL versions by @SRIKKANTH in #4311
  • Fix UnboundLocalError in KexecSuite._wait_for_reconnect by @Copilot in #4312
  • network: add BBR3 congestion control coverage by @andrew344c in #4309
  • add lisa_test_writer.prompt.md for auto generate test case by @paxue in #4308
  • Add some modifications to refine the log agent by @lubaihua33 in #4315
  • Move installation lisa into a folder by @LiliDeng in #4314
  • Add docker support in WSL by @paxue in #4316
  • CvmAttestation: changing to use new cvm library for cvm attestation by @yangjie-msft in #4289
  • passthrough: Add PCI BDF list support for device pool by @vyadavmsft in #4317
  • device_passthrough: skip gracefully when device_pools not configured by @vyadavmsft in #4319
  • Add a resource group lock to avoid duplicated creation by @lubaihua33 in #4318
  • Provide ltp_skip_test_file var for LTP, set can_install to False for Swap tools by @paxue in #4287

New Contributors

Full Changelog: 20260224.1...20260309.1

20260202.1

02 Feb 03:49
4273419

Choose a tag to compare

What's Changed

  • Add smoke test with serial console pattern validation (defaults to soft lockup detection) by @Copilot in #4252
  • tools/hyperv: simplify delete_nat_mapping by @anirudhrb in #4249
  • dpdk: testpmd check packet drops by @mcgov in #4112
  • dpdk: mtu test updates by @mcgov in #4247
  • Fix test cases for Azure Linux by @bhagyapathak in #4152

Full Changelog: 20260126.1...20260202.1

20260126.1

28 Jan 00:54

Choose a tag to compare

What's Changed

Full Changelog: 20260119.1...20260126.1

20260119.1

19 Jan 07:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 20260104.1...20260119.1

20260104.1

04 Jan 00:52

Choose a tag to compare

What's Changed

Full Changelog: 20251222.1...20260104.1

20251222.1

22 Dec 02:28

Choose a tag to compare

What's Changed

Full Changelog: 20251208.1...20251222.1

20251208.1

08 Dec 01:45

Choose a tag to compare

What's Changed

Full Changelog: 20251124.1...20251208.1

20251124.1

24 Nov 02:39

Choose a tag to compare

What's Changed

  • Fix objtool checksum error by adding libxxhash-dev to build dependencies by @umfranci in #4099
  • Modrpobe command update for verbose is false by @rabdulfaizy in #4102
  • Document resource_group_tags parameter for Azure runbook by @Copilot in #4101
  • Add Host Build version tracking for baremetal and HyperV platforms by @vyadavmsft in #4087
  • Convert GPU Driver installation to Tool, Add amd-smi by @adityagesh in #4080
  • ch perf: Implement comprehensive performance stabilization framework by @vyadavmsft in #4085
  • Classify /bin/true redirections in kernel modules as not loaded by @s4heid in #4106
  • Kdump: Enhance error log for incomplete dump file by @adityagesh in #4103
  • Update Nested Feature Supported list in Azure by @adityagesh in #4105
  • Create dm-cache test by @rlmenge in #4093
  • Return NVMe device nodes/paths (/dev/...) robustly across nvme-cli schemas by @kanchansenlaskar in #4073
  • DPDK: add netvsc rescind tests by @mcgov in #4076
  • Remove squirrelsc from CODEOWNERS by @Copilot in #4109
  • UnifiedPerfMessage: add str_value to store string value by @LiliDeng in #4107
  • Pass through MIGRATABLE_VERSION from pipeline environment by @vyadavmsft in #4111
  • Add UnifiedMessage support for NetworkPPSPerformanceMessage by @Copilot in #4057
  • Add documentation for file_uploader transformer by @Copilot in #4114
  • Add UnifiedMessage support for iperf3 TCP and UDP performance metrics by @Copilot in #4058
  • change check sudo logic not throw exception in wait_result timeout by @paxue in #4118
  • Remove the unused functions in ai log agent by @lubaihua33 in #4115
  • Test Case logs: Log environment used for the test case by @adityagesh in #4119
  • Hibernation log pattern checks to use grep by @adityagesh in #4117
  • dpdk: fix value is null exception by @LiliDeng in #4121

Full Changelog: 20251110.1...20251124.1

20251110.1

10 Nov 02:46
00985f4

Choose a tag to compare

What's Changed

  • iDRAC: Handle HTTP 500 internal errors with service reset by @vyadavmsft in #4070
  • Fix Hyper-V Stop-VM to use TurnOff on timeout/failure by @vyadavmsft in #4068
  • Remove overly broad stall regex pattern causing false positive panic detections by @Copilot in #4082
  • Revert "skip test if hv_netvsc driver is not used" by @LiliDeng in #4083
  • change kselftest required /tmp/ size to 1GB for limited space by @paxue in #4086
  • Add enabled switch for environments and nodes by @squirrelsc in #4072
  • Process: Raise exception on timeout. by @squirrelsc in #4077
  • Skip tests on L1VH Nodes by @praveen-pk in #4078
  • Set minimum TLS setting 1.2 for storage accounts by @s4heid in #4089
  • Fix IPTable Test by @Balashivaram in #4088
  • Add a virtualization feature to differentiate between various host types. by @LiliDeng in #4081
  • Fix Documentation Missing test cases, build warnings and formatting issues by @squirrelsc in #4094
  • Fix VHD schema documentation to show nested hyperv_generation field by @Copilot in #4100

New Contributors

Full Changelog: 20251028.1...20251110.1

20251028.2

03 Nov 04:32

Choose a tag to compare