From Fedora Project Wiki

(Created page with '{{QA/Test_Case |description=A test that ensures there are no packaging errors in the package reported by rpmlint. |setup=The test environment consists of any machine with rpmlint...')
 
No edit summary
 
Line 7: Line 7:
|results=
|results=
# In the output there are no lines marked as error (i.e. with '''E:''' label).
# In the output there are no lines marked as error (i.e. with '''E:''' label).
# Optional: In the output there are no lines marked as warning (i.e. with '''W:''' label).
}}
}}


[[Category:Package Update Acceptance Test Cases]]
[[Category:Package Update Acceptance Test Cases]]

Latest revision as of 15:26, 17 May 2010

Description

A test that ensures there are no packaging errors in the package reported by rpmlint.

Setup

The test environment consists of any machine with rpmlint installed.

How to test

  1. Download the source package and all binary packages that are built from that package (for all architectures). That can be done from Koji.
  2. Run rpmlint <list of all packages|directory with all the packages>

Expected Results

  1. In the output there are no lines marked as error (i.e. with E: label).
  2. Optional: In the output there are no lines marked as warning (i.e. with W: label).