From Fedora Project Wiki

< User:Sumantrom

Revision as of 22:22, 6 November 2017 by Sumantrom (talk | contribs) (Created page with "{{QA/Test_Case |description= Enabling and Disabling Modules in FMS |setup= # Download and install Fedora 27 DVD image from XX # Login as root # Check all availble module [htt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Enabling and Disabling Modules in FMS

Setup

  1. Download and install Fedora 27 DVD image from XX
  2. Login as root
  3. Check all availble module here

How to test

Enabling Modules:

  1. Execute dnf module enable <foo>

Disabling Modules:

  1. Execute dnf module disable <foo>

Expected Results

The commands execute without error

  1. The first command prints <foo> is enabled.
  2. The second command prints <foo> is disabled

Optional

Optionally provide hints for exploratory testing.