From Fedora Project Wiki

< User:Sumantrom

Revision as of 22:11, 6 November 2017 by Sumantrom (talk | contribs) (Created page with "{{QA/Test_Case |description= Listing all enabled and disabled modules in Fedora 27 Modular Server |setup= # Download and install Fedora 27 DVD image from XX # Login as root |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Listing all enabled and disabled modules in Fedora 27 Modular Server

Setup

  1. Download and install Fedora 27 DVD image from XX
  2. Login as root

How to test

Listing All Modules:

  1. Execute dnf module list --all

Listing All enbaled Modules:

  1. Execute dnf module list --enabled

Listing All disabled Modules:

  1. Execute dnf module list --disabled

Expected Results

The commands execute without error

  1. The first command prints all the modules with their stream , version and profile details.
  2. The second command prints all the modules which are enabled in the the system
  3. The third command prints all the modules which are presently disabled

Optional

Optionally provide hints for exploratory testing.