Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyCai7 committed Nov 11, 2024
1 parent 8c92f4b commit 0f9ff22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/virt_autotest/guest_installation_run.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sub get_script_run {
handle_sp_in_settings_with_fcs("GUEST_PATTERN");
my $guest_pattern = get_var('GUEST_PATTERN', 'sles-12-sp2-64-[p|f]v-def-net');
my $parallel_num = get_var("PARALLEL_NUM", "2");
my ($regcode, $regcode_ltss) = get_guest_regcode(separator => '|');
my ($regcode, $regcode_ltss) = get_guest_regcode();
$pre_test_cmd .= " -f \"" . $guest_pattern . "\" -n " . $parallel_num . " -r " . " -e \"" . $regcode . "\" -E \"" . $regcode_ltss . "\"";
$pre_test_cmd .= " 2>&1 | tee /tmp/s390x_guest_install_test.log" if (is_s390x);

Expand Down

0 comments on commit 0f9ff22

Please sign in to comment.