From Fedora Project Wiki
Description
This test case tests whether it is possible to browse and connect to shares on SMB/CIFS servers from a desktop environment.
Setup
- Ensure your test system is located on a network with one or more SMB/CIFS servers providing shares, and that there is no server or router configuration issue preventing share browsing from working at all (i.e., check that a known-good client can browse the servers)
How to test
- Clean boot the Fedora you wish to test: this could be a system installed from a particular snapshot, pre-release, or release, or a live image
- Run the firewall configuration tool and enable the 'samba-client' service for the default zone (or, if you are using another zone for the network connection that will access the shares, for that zone)
- Attempt to browse SMB shares on the local network with the desktop's normal method for doing so. For GNOME, open Files, click Browse Network under Network in the left-hand pane, and double-click Windows Network. For KDE, open Dolphin, click Network under Places in the left-hand pane, and expand or click on Samba Shares
- If you are able to browse servers, check that you see the list of shares for each server
- If you see shares, check that you can connect to ones the system is authorized to access
- If you do not see a server or share you expect to see, open a terminal, run
smbtree -N
, and see whether it shows the server or share in question - If there are issues with both the desktop tool and smbtree, test with the firewall disabled (
su -c 'systemctl disable firewalld.service'
) or with the relevant network interface placed in the trusted zone
Expected Results
- All accessible shares on all accessible servers should be found
- You should be able to access any share you have the appropriate permissions to access
- If you have to disable the firewall or use the trusted zone in order for browsing to work, this is a bug and should be reported