From Fedora Project Wiki
Description
Enabling and Disabling Modules in FMS
Setup
- Download and install Fedora 27 DVD image from XX
- Login as root
- Check all availble module here
How to test
Enabling Modules:
- Execute dnf module enable <foo>
Disabling Modules:
- Execute dnf module disable <foo>
Expected Results
The commands execute without error
- The first command prints <foo> is enabled.
- The second command prints <foo> is disabled
Optional
Optionally provide hints for exploratory testing.