Releases: microsoft/lisa
Releases · microsoft/lisa
20220425.1
What's Changed
- Fix smoke test time out against teradata images. by @LiliDeng in #1885
- [DPDK] Better handling of unimplemented and unsupported OS's by @mcgov in #1865
- Add JUnit notifier. by @cwize1 in #1889
- xdp: fix redhat package locations by @squirrelsc in #1886
- xdp: fix failed cases by tcpdump end earlier. by @squirrelsc in #1887
- os: fix unstable redhat update command by @squirrelsc in #1888
- DPDK: bugfix, version comparison used raw strings instead of VersionInfo by @mcgov in #1892
- Fix kill process timeout by @LiliDeng in #1893
- xdp: skip cases on low version netstats by @squirrelsc in #1895
- Make env bad if tcp connection is failed, and other fixes. by @squirrelsc in #1894
- DPDK Bugfix: semver rejects leading 0's in version strings. by @mcgov in #1897
- [tools][modinfo]: Fix filename pattern match by @sharsonia in #1896
- add optional filter function for callers using git.get_tag by @mcgov in #1890
- xdp: fix ping process too fast to start by @squirrelsc in #1898
- xdp: fix packets may not be captured before ping by @squirrelsc in #1899
- Fix nested vm testcase by @somil55 in #1891
- Fix regression in mount command by @somil55 in #1902
- Add hyperv_drm testcase by @saurabh-sengar in #1880
- Skip lis tests when lis driver doesn't support install on current distro by @LiliDeng in #1900
- Fix repo not exist for focal, impish. by @LiliDeng in #1903
- Skip testing for distro which not support by hibernation_setup_tool by @LiliDeng in #1906
New Contributors
- @saurabh-sengar made their first contribution in #1880
Full Changelog: 20220418.1...20220425.1
20220418.1
What's Changed
- Add hyperv nested testcases by @somil55 in #1859
- Add SecurityProfile feature and TVM cases by @LiliDeng in #1879
- tool git: fix installation on suse by @squirrelsc in #1881
- Resolve image version from "latest" in prepare_environment by @somil55 in #1882
- Support minimum installation by @squirrelsc in #1883
- QEMU: Fix for deadlock on VM delete. by @cwize1 in #1884
Full Changelog: 20220411.1...20220418.1
20220411.1
What's Changed
- Updating the Windows-Installation and Troubleshooting documentation by @shruti25ratnam in #1853
- Suse VPP tool enable by @mcgov in #1852
- QEMU: Add watchdog over VM delete. by @cwize1 in #1860
- Reboot VM after tasksmax change to make sure it takes effect by @LiliDeng in #1863
- add perf tests for huge vm by @mcgov in #1862
- Fix vhd transformer, add debug runbooks, and refactoring by @squirrelsc in #1858
- process: fix bugs on handling env variables. by @squirrelsc in #1866
- Add retry when apt command fail to run. by @LiliDeng in #1868
- Make sure ntttcp server is ready. by @LiliDeng in #1867
- Fix case verify_no_pre_exist_users by @LiliDeng in #1872
- Reconnect vm after updating data disk (cost long time) by @LiliDeng in #1871
- Set run_infinite as False when run time seconds is set. by @LiliDeng in #1864
- Skip test case when ethtool -N return 'operation not supported' by @LiliDeng in #1869
- Fix bugs on Windows, and some refactoring. by @squirrelsc in #1873
- Azure: Fix regressions by @squirrelsc in #1874
- Enable hibernation feature. by @LiliDeng in #1840
- CH orchestrator: copy firmware file to host node by @anirudhrb in #1851
- feature gpu: only install driver with gpu tests by @squirrelsc in #1876
- nic: fix matches to find all nics. by @squirrelsc in #1875
- Fix resize case, currently resize case always fail for no capability. by @LiliDeng in #1870
- Combine two patterns into one. by @LiliDeng in #1877
New Contributors
- @shruti25ratnam made their first contribution in #1853
Full Changelog: 20220404.1...20220411.1
20220404.1
What's Changed
- QEMU: Console log improvements. by @cwize1 in #1842
- Add platform for Cloud Hypervisor (via libvirt) by @anirudhrb in #1810
- Migrate Test: INFINIBAND-MVAPICH-MPI-2VM by @kamalca in #1841
- Bump paramiko from 2.9.2 to 2.10.1 by @dependabot in #1844
- Only run
AzureImageStandard
test suite on Azure platform. by @cwize1 in #1843 - Azure: not check prefix on truncating, if doesn't exceed. Some other improvements. by @squirrelsc in #1846
- reboot: try at least once after reboot. by @squirrelsc in #1848
- runbook: add debug runbook by @squirrelsc in #1850
- Service tool exit code handling changes by @mcgov in #1847
Full Changelog: 20220328.1...20220404.1
20220328.1
What's Changed
- migrate verify_client_active_interval and verify_no_pre_exist_users by @LiliDeng in #1835
- Fix test cases issues. by @LiliDeng in #1839
Full Changelog: 20220325.1...20220328.1
20220325.1
What's Changed
- DpdkTestpmd PPS data fetch refactoring by @mcgov in #1821
- PPS: add forwarding fields and DPDK testpmd tool constant by @mcgov in #1822
- DPDK: fix testpmd zero check by @mcgov in #1823
- Add netperf PPS testcase by @somil55 in #1812
- DPDK: Refactor and move functions to dpdkutil by @mcgov in #1824
- Add quiet flag to tdnf. by @cwize1 in #1826
- Test Migration: INFINIBAND-IBM-MPI-2VM by @kamalca in #1816
- Azure: add hostname and username to know who created resources by @squirrelsc in #1825
- process: fix env not supported without bash by @squirrelsc in #1827
- process fix regression on sudo without shell by @squirrelsc in #1830
- Mitigate hibernation test cases. by @LiliDeng in #1820
- DPDK Perf tests by @mcgov in #1832
- Transformer supports cleanup phase. by @squirrelsc in #1829
- hibernation: temp disable to prevent failure. by @squirrelsc in #1834
- NIC: use ordered dict for NicInfo by @mcgov in #1833
- DPDK: no more default branch, get latest tag as default by @mcgov in #1836
- Azure: fix resource and vm names. by @squirrelsc in #1838
Full Changelog: 20220321.1...20220325.1
20220321.1
What's Changed
- Ensure QEMU console log shuts down. by @cwize1 in #1796
- Support tdnf for CBL-Mariner. by @cwize1 in #1797
- Fixes for QEMU relating to logging directory change. by @cwize1 in #1798
- Azure support Windows deployment and refactoring by @squirrelsc in #1795
- Azure: fix regression on vhd and SIG by @squirrelsc in #1803
- QEMU: Bug fixes and improvements for storage directories. by @cwize1 in #1806
- Add nested KVM NTTTCP L1 Nat testcase by @somil55 in #1794
- Azure: support cross tenant resource group and refactoring by @squirrelsc in #1805
- Azure: use unique vm name and refactors by @squirrelsc in #1808
- Transformer: support variable on "enabled" and fix regression on Azure long resource name. by @squirrelsc in #1815
- Environment: support to mark env or node as dirty. by @squirrelsc in #1809
- process: fix envs missed in sudo and other refactoring by @squirrelsc in #1817
- Migrate case verify_lis_preinstall_disk_size by @LiliDeng in #1811
- Add verify_cpu_offlined_channel_add testcase by @somil55 in #1814
- process: fix regression breaks commands. by @squirrelsc in #1819
Full Changelog: 20220314.1...20220321.1
20220314.1
What's Changed
- Migrate fips_enabled by @kamalca in #1783
- Improve WALA distro version and refactoring. by @squirrelsc in #1784
- Migrate Test: INFINIBAND-OPEN-MPI-2VM by @kamalca in #1786
- Update lisa installation instruction on Linux by @somil55 in #1787
- add parallel run_in_parallel_async by @mcgov in #1790
- kill: name posix signals by @mcgov in #1789
- DPDK Refactor: parallel util, use node.nics, dpdk sample apps by @mcgov in #1791
- fix error on deep copy None by @squirrelsc in #1793
- Create working path to save working files. by @squirrelsc in #1788
- DPDK: Add multiprocess test from v2 by @mcgov in #1792
Full Changelog: 20220307.1...20220314.1
20220307.1
What's Changed
- KVM NTTTCP performance testcases by @somil55 in #1741
- Support log-path and id in command line by @squirrelsc in #1768
- Support waagent distro string and other refactoring. by @squirrelsc in #1772
- Migrate Intel MPI InfiniBand Test by @kamalca in #1773
- QEMU orchestrator: implement support for remote hosts by @anirudhrb in #1760
- QEMU orchestrator: Add support for list of user-data files. by @cwize1 in #1774
- CPU offline-online storage and network workload testcases by @somil55 in #1761
- Bug fix for QemuImg by @cwize1 in #1776
- Update VM api version and add "placement" into diffDiskSettings by @lubaihua33 in #1778
- Qemu: Fix remote libvirt_conn_str by @pupacha in #1779
- QEMU orchestrator: Add support for data disks. by @cwize1 in #1775
- tool: add unzip by @squirrelsc in #1780
- wala: fix error on gets python version. by @squirrelsc in #1781
New Contributors
- @anirudhrb made their first contribution in #1760
Full Changelog: 20220228.1...20220307.1
20220228.1
What's Changed
- Add "ARM" in CpuType by @lubaihua33 in #1762
- Add dump_variables transformer by @pupacha in #1765
- Add case verify_vmbus_heartbeat_properties. by @LiliDeng in #1764
- add GPU pytorch test cases, variable schema change and refactoring by @squirrelsc in #1767
Full Changelog: 20220222.1...20220228.1