File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,15 @@ jobs:
8383 mountdir=test
8484 mkdir -p ${mountdir}
8585 echo "anyvm" > ${mountdir}/justcheck.txt
86+ echo "anyvm" > ${mountdir}/.dotfile
8687 mkdir -p ../test_output
8788 python anyvm.py --debug --data-dir ../test_output --os "${{ inputs.os }}" --release "${{ inputs.release }}" --arch "${{ inputs.arch }}" -d -v "${mountdir}:${{ inputs.vmpath }}" --ssh-port 10022 --ssh-name "testname" -p 20022:22 --nc "${{ inputs.nc }}" --sync "${{ inputs.sync }}"
8889 # We use the ssh port as an alias to the vm, so we can use 'ssh $port' to login
8990 echo "test 1"
9091 ssh -v 10022 ls ${{ inputs.vmpath }}
9192 echo "test 2"
9293 ssh -v 10022 ls ${{ inputs.vmpath }} | grep justcheck.txt
94+ ssh -v 10022 ls ${{ inputs.vmpath }} | grep '.dotfile'
9395 echo "test 3"
9496 ssh -v testname ls ${{ inputs.vmpath }} | grep justcheck.txt
9597 echo "test 4"
You can’t perform that action at this time.
0 commit comments