|
1 | 1 | ancestor: null |
2 | 2 | releases: |
| 3 | + 2.0: |
| 4 | + changes: |
| 5 | + major_changes: |
| 6 | + - Refine test case result types defination and add 3 new types "Not Supported", "Not Applicable" and "Blocked". |
| 7 | + - Add a new parameter 'esxi_shell' in vars/test.yml and default is '/bin/sh' for adding ESXi host to inventory. |
| 8 | + - Add a new parameter 'virtual_tpm' in vars/test.yml for creating new VM with a virtual TPM device. |
| 9 | + - Move network_testbed_setup tasks to the test case playbook when it's required. |
| 10 | + - Change to use SATA controller by default for VM CDROM devices. |
| 11 | + minor_changes: |
| 12 | + - Add support Debian 10.x and 11.x guest OS auto install. |
| 13 | + - Add new common tasks to get ESXi supported VM hardware versions, guest IDs and guest config options. |
| 14 | + - If the OVT installed is not from Photon OS's repository, skip to run perl GOSC testing on it. |
| 15 | + - Add OS fullname for AlmaLinux and Rocky Linux in check_os_fullname test case. |
| 16 | + - Add a workaround for supporting create new VM with IDE boot disk controller. |
| 17 | + - Change to use common task 'esxi_upload_datastore_file.yml' to avoid using delegate to ESXi host. |
| 18 | + - Add 'gosc_support_matrix.yml' file to filter supported vCenter version or VMware tools version for guest OS. |
| 19 | + - Change to use connection plugin psrp as the default connection method for Windows VM. |
| 20 | + - Change to exit testing when ovt_verify_install test case failed for Linux testing. |
| 21 | + - Add checking image approved keyword in vmware.log after VM deploy when secure boot is enabled. |
| 22 | + - Check WinBSOD keyword in vmware.log for Windows when guest OS is unreachable. |
| 23 | + - Add collect VM vmware.log when test case failed. |
| 24 | + - Add check reported guestID in guest info in Linux and Windows test case check_os_fullname. |
| 25 | + - Add gather vmw_pvrdma and ptp_vmw driver info in Linux test case check_inbox_driver. |
| 26 | + - Remove xorriso package from requirement.txt and add it to README. |
| 27 | + - Remove ignored failed loop task from failed_tasks.log. |
| 28 | + - Add ignore_unreachable to true in Windows task which is delegate to guest OS. |
| 29 | + bugfixes: |
| 30 | + - Fix VM IP address change causing test case memory_hot_add_basic failure issue. |
| 31 | + - Fix CentOS online repository URL changing issue. |
| 32 | + - Fix serial port not removed issue after Ubuntu ova deployment. |
| 33 | + - Fix template openwrt_19.07.2_x86.ova deployment issue on vSphere 6.5. |
| 34 | + - Fix check_os_fullname test case failure for Windows 11 VM and add ignore known issue. |
| 35 | + - Fix failure caused by Flatcar distribution name change. |
| 36 | + - Fix failed to install sg3-utils package in Debian issue. |
| 37 | + - Ignore known issue for Windows Server 2022 in test case check_quiesce_snapshot. |
| 38 | + - Fix mounting VMware tools iso failure issue for existing Windows VM with SATA CDROM. |
| 39 | + - Fix remove PackageKit package from SLED issue. |
| 40 | + - Fix snapshot is not quiesced snapshot issue for Windows in test case check_quiesce_snapshot. |
| 41 | + - Fix to use source IP address to ping target in Windows guest. |
| 42 | + - Fix Windows issue of ping target is unreachable but the ping result is success. |
| 43 | + - Fix testing exit when VM unreachable in specific task issue for Ubuntu. |
| 44 | + new_testcases: |
| 45 | + - windows/check_inbox_driver/check_inbox_driver.yml |
| 46 | + docker_image: |
| 47 | + path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v2.0 |
| 48 | + Ansible: ansible-core 2.13.0 |
| 49 | + Python: 3.10.0 |
| 50 | + Ansible collections: |
| 51 | + - ansible.netcommon: 3.0.0 |
| 52 | + - ansible.posix: 1.4.0 |
| 53 | + - ansible.utils: 2.6.1 |
| 54 | + - ansible.windows: 1.10.0 |
| 55 | + - community.crypto: 2.3.1 |
| 56 | + - community.general: 5.0.0 |
| 57 | + - community.vmware: 2.4.0 |
| 58 | + - community.windows: 1.10.0 |
| 59 | + release_date: '2022-05-27' |
3 | 60 | 1.3: |
4 | 61 | changes: |
5 | 62 | bugfixes: |
|
0 commit comments