Skip to content

Commit

Permalink
tests: fix scp command to get multiple files
Browse files Browse the repository at this point in the history
Signed-off-by: Bala.FA <[email protected]>
  • Loading branch information
balamurugana committed Sep 18, 2024
1 parent 1f5a480 commit 46e7121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functests/multi-node-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ EOF
return
fi

scp_cmd "root@${MASTER_VM_IP}:{${directpv_image_tar_xz},${sleep_image_tar_xz}}" "."
scp_cmd "root@${MASTER_VM_IP}:${directpv_image_tar_xz}" "root@${MASTER_VM_IP}:${sleep_image_tar_xz}" "."
setup_sh="${TEST_ID}_setup.sh"
cat > "${setup_sh}" <<EOF
#!/bin/bash
Expand Down Expand Up @@ -387,6 +387,7 @@ function main() {
install_k3s_master
install_k3s_nodes
build_docker_images
exit 0
run_func_tests
}

Expand Down

0 comments on commit 46e7121

Please sign in to comment.