Skip to content

Commit

Permalink
ksmbd: change ksmbd-tools option in github action script
Browse files Browse the repository at this point in the history
This patch change options as the latest ksmbd.adduser and ksmbd.mountd
in ksmbd-tools are updated.

Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Sep 12, 2023
1 parent ec6d4f9 commit 15dc00e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
sudo mkdir -m 777 -p /mnt/test1
sudo mkdir -m 777 -p /mnt/test2
sudo mkdir -m 777 -p /mnt/test3
ksmbd.adduser -i ./ksmbdpwd.db -a testuser -p 1234
ksmbd.adduser -P ./ksmbdpwd.db -a testuser -p 1234
git clone https://github.com/cifsd-team/cifsd-test-result
cp cifsd-test-result/testsuites/smb.conf .
sudo ksmbd.mountd -n --c=./smb.conf --u=./ksmbdpwd.db&
sudo ksmbd.mountd -n -C ./smb.conf -P ./ksmbdpwd.db&
sleep 1
ps -ax | grep smbd
cd cifsd-test-result/testsuites
Expand Down

0 comments on commit 15dc00e

Please sign in to comment.