From Fedora Project Wiki
Description
This test case checks that Cockpit is enabled, accessible and functional after a Fedora Server installation, as required in the Server/Technical_Specification.
How to test
- Install the Fedora Server release you wish to test, in graphical or text mode, making as few choices as possible and making the most simple and obvious choices where a choice is required.
- Boot the installed system, and check that Cockpit is running and accessible:
sudo systemctl status cockpit.socket
should show the service as enabled and running without errorssudo firewall-cmd --list-all
should show the cockpit service
- Connect to the Cockpit port on the test system from another system with a web browser; the Cockpit management interface should show up
- Log in to Cockpit with the root account or an administrative user account, and select the system from the host list
- Click 'Journal' and check you can browse the journal and open individual entries
- Click 'Services' and check you can see services with their statuses
Expected Results
- As far as you can reasonably test, Cockpit must be enabled and accessible on the test system after installation
- It must be possible to view the journal and service status from Cockpit