Skip to content

Commit

Permalink
test: open port 139 to fix the sanity test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed May 7, 2024
1 parent 59a6b05 commit 356a8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sanity/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function install_csi_sanity_bin {

function provision_samba_server {
echo 'Running samba server on localhost'
docker run -e PERMISSIONS=0777 -p 445:445 --name samba -d andyzhangx/samba:win-fix -s "share;/smbshare/;yes;no;no;all;none" -u "sanity;sanitytestpassword" -p
docker run -e PERMISSIONS=0777 -p 445:445 -p 139:139 --name samba -d andyzhangx/samba:win-fix -s "share;/smbshare/;yes;no;no;all;none" -u "sanity;sanitytestpassword" -p
}

provision_samba_server
Expand Down

0 comments on commit 356a8e8

Please sign in to comment.