From Fedora Project Wiki
m (Lruzicka moved page User:Lruzicka/Draft/dnf install remove update module to QA:Testcase Modularity install module: Publishing the test case in the QA space.) |
(Change the test case to be more specific.) |
||
Line 2: | Line 2: | ||
|description= Install, remove and udpate modules in Fedora Server | |description= Install, remove and udpate modules in Fedora Server | ||
|setup= | |setup= | ||
# To start and learn how to list modules, follow the instructions in this test case [https://fedoraproject.org/wiki/ | # To start and learn how to list modules, follow the instructions in this test case [https://fedoraproject.org/wiki/QA:Testcase_Modularity_module_list] | ||
|actions= | |actions= | ||
Line 11: | Line 11: | ||
* <code>dnf module install module:stream/profile </code> to install a module with a particular stream and profile. | * <code>dnf module install module:stream/profile </code> to install a module with a particular stream and profile. | ||
Check, that the module is correctly installed, appears in the list of installed modules and shows the correct stream and profile. | Check, that the module is correctly installed, appears in the list of installed modules and shows the correct stream and profile. | ||
|results= | |results= | ||
Line 21: | Line 16: | ||
# When you install the module using <code>dnf install</code>, the command must install the module in its default stream and profile. | # When you install the module using <code>dnf install</code>, the command must install the module in its default stream and profile. | ||
# When you install the module (:stream/profile), the module must successfully install in a selected stream or stream and profile. The module must be listed on the list of installed modules. | # When you install the module (:stream/profile), the module must successfully install in a selected stream or stream and profile. The module must be listed on the list of installed modules. | ||
|optional= Try various modules and streams/profiles. | |optional= Try various modules and streams/profiles. | ||
}} | }} |
Revision as of 07:53, 31 August 2018
Description
Install, remove and udpate modules in Fedora Server
Setup
- To start and learn how to list modules, follow the instructions in this test case [1]
How to test
Installing Modules
To install a module, use the following commands:
dnf install module
to install the defaul stream and profile of the module.dnf module install module:stream
to install a module with a particular stream.dnf module install module:stream/profile
to install a module with a particular stream and profile.
Check, that the module is correctly installed, appears in the list of installed modules and shows the correct stream and profile.
Expected Results
All above commands execute without errors.
- When you install the module using
dnf install
, the command must install the module in its default stream and profile. - When you install the module (:stream/profile), the module must successfully install in a selected stream or stream and profile. The module must be listed on the list of installed modules.
Optional
Try various modules and streams/profiles.