From Fedora Project Wiki

No edit summary
(Mark as old)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{old}}
{{QA/Test_Case
{{QA/Test_Case
|description=This test case tests whether langpack runs successfully when loaded in yum after a local installation.
|description=This test case tests whether langpack runs successfully when loaded in yum after a local installation.
|actions=
|actions=
# Boot and initiate an install using any {{FedoraVersion|long|next}} installation source (e.g. {{filename|boot.iso}}, CD, DVD or live image).
# Boot and initiate an install using any {{FedoraVersion|long|next}} installation source (e.g. {{filename|boot.iso}}, CD, DVD or live image).
# Choose a local locale as keyboard language.
# Choose a local locale as install language.
# At the ''software selection'' step, use the default repository and click ''Next'' to continue.
# At the ''software selection'' step, use the default repository and click ''Next'' to continue.
#* If you want to make some changes on package installation, make sure group package ''Base'' under ''Base system'' is checked.  
#* If you want to make some changes on package installation, make sure group package ''Base'' under ''Base system'' is checked.  

Latest revision as of 03:34, 9 February 2011

Important.png
Old page
This page has been marked as "old", and likely contains content that is irrelevant or incorrect. If you can, please update this page. This page will be deleted if action is not taken.


Description

This test case tests whether langpack runs successfully when loaded in yum after a local installation.


How to test

  1. Boot and initiate an install using any Fedora 41 installation source (e.g. boot.iso, CD, DVD or live image).
  2. Choose a local locale as install language.
  3. At the software selection step, use the default repository and click Next to continue.
    • If you want to make some changes on package installation, make sure group package Base under Base system is checked.
  4. After installation completed, reboot the system.
  5. Install or upgrade several packages such as Package-x-generic-16.pngkde-desktop, Package-x-generic-16.pngkoffice or Package-x-generic-16.pngeclipse etc. For example:
    yum install eclipse
    yum install koffice-suite
    yum groupinstall 'kde-desktop'

Expected Results

  1. After system installed and rebooted, Package-x-generic-16.pngyum-langpacks should be installed by default. You can check this by executing:
    rpm -q yum-langpacks
  2. When execute yum:
    • Langpack should be loaded, local language should be added to language list.
    • After dependency resolution finished, Installing langpack and Adding relative language package to transaction is displayed.
  3. Local language package of the installed application should be installed automatically.