Skip to content

Commit

Permalink
Fix command execution timeout failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nanzhg authored and alice-suse committed May 27, 2024
1 parent 96120d1 commit c6a77ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/virt_autotest/kubevirt_tests_server.pm
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ EOF
# Workaround for bsc#1199448
my $node_helper = 'node-helper.yaml';
assert_script_run("curl " . data_url("virt_autotest/kubevirt_tests/$node_helper") . " -o $node_helper");
assert_script_run("sed -e \"s/$kubevirt_ver/\${KUBEVIRT_VERSION}/g\"");
assert_script_run("sed -i 's/\${KUBEVIRT_VERSION}/$kubevirt_ver/g' $node_helper");
assert_script_run("kubectl apply -f $node_helper");
assert_script_run("kubectl -n kubevirt-tests rollout status daemonset node-helper --timeout=50m");

Expand Down

0 comments on commit c6a77ea

Please sign in to comment.