From Fedora Project Wiki

No edit summary
No edit summary
Line 4: Line 4:
# Grab a Fedora Server and continue to install on a VM or Baremetal
# Grab a 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
# Check all available module [https://fedoraproject.org/wiki/User:Sumantrom/Draft/FMS_module_list here]
# Check all available module [https://fedoraproject.org/wiki/User:Sumantrom/Draft/dnf_module_list here]
|actions=
|actions=
=== Enabling Modules: ===
=== Enabling Modules: ===

Revision as of 17:30, 9 April 2018

Description

Enabling and Disabling Modules in Fedora Server

Setup

  1. Grab a Fedora Server and continue to install on a VM or Baremetal
  2. Login from the Cockpit Web-UI or server with the created user or root
  3. Check all available module here

How to test

Enabling Modules:

  1. Enabling module foo without any specific stream
 dnf module enable foo
  1. Enabling module foo with specific stream
 dnf module enable foo:stream

Disabling Modules:

  1. Disabling module foowithout any specifc stream
     dnf module disable foo 
  1. Disabling module foo with a specific stream
    dnf module disable foo:stream 

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.