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 e0facee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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

0 comments on commit e0facee

Please sign in to comment.