Skip to content

Commit

Permalink
Merge pull request os-autoinst#20092 from RoyCai7/TD
Browse files Browse the repository at this point in the history
Fix TD vmware test
  • Loading branch information
RoyCai7 authored Sep 1, 2024
2 parents dba3860 + 0c6e0ea commit 06db8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/virt_autotest/esxi_open_vm_tools.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sub run {
elsif (is_qemu) {
my $host_os_ver = get_var('DISTRI') . "s" . lc(get_var('VERSION') =~ s/-//r);
foreach my $guest (keys %virt_autotest::common::guests) {
run_tests($guest) if ($guest eq $host_os_ver || $guest eq "${host_os_ver}PV" || $guest eq "${host_os_ver}HVM");
run_tests($guest) if ($guest eq $host_os_ver || $guest eq "${host_os_ver}TD" || $guest eq "${host_os_ver}PV" || $guest eq "${host_os_ver}HVM");
}
}
}
Expand Down

0 comments on commit 06db8f2

Please sign in to comment.