From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description= Listing all enabled and disabled modules in Fedora 28 Server |setup= # Download a [https://kojipkgs.fedoraproject.org/compose/ nightly image] or...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= Listing all enabled and disabled modules in Fedora | |description= Listing all enabled and disabled modules in Fedora Server | ||
|setup= | |setup= | ||
# | # Grab Fedora Server and continue to install on a VM or Baremetal | ||
# Login from the Cockpit Web-UI or server with the created user or root | # Login from the Cockpit Web-UI or server with the created user or root | ||
|actions= | |actions= | ||
Line 20: | Line 19: | ||
|results= | |results= | ||
The commands execute without error | The commands execute without error | ||
# The first command prints all the modules with their stream , version and profile details. | # The first command prints all the modules with their stream, version and profile details. | ||
# The second command prints all the modules which are enabled in the system | |||
# The second command prints all the modules which are enabled in | |||
# The third command prints all the modules which are presently disabled | # The third command prints all the modules which are presently disabled | ||
# The fourth command prints all the modules which are presently installed | # The fourth command prints all the modules which are presently installed | ||
|optional=Optionally provide hints for exploratory testing. | |optional=Optionally provide hints for exploratory testing. | ||
}} | }} |
Revision as of 17:32, 9 April 2018
Description
Listing all enabled and disabled modules in Fedora Server
Setup
- Grab Fedora Server and continue to install on a VM or Baremetal
- Login from the Cockpit Web-UI or server with the created user or root
How to test
Listing All Modules:
# Execute dnf module list --all
Listing All Enbaled Modules:
# Execute dnf module list --enabled
Listing All Disabled Modules:
# Execute dnf module list --disabled
Listing All Installed modules
# Execute dnf module list --installed
Expected Results
The commands execute without error
- The first command prints all the modules with their stream, version and profile details.
- The second command prints all the modules which are enabled in the system
- The third command prints all the modules which are presently disabled
- The fourth command prints all the modules which are presently installed
Optional
Optionally provide hints for exploratory testing.