From Fedora Project Wiki
No edit summary
(Playing with values)
Line 1: Line 1:
{{QA:Rpmlint_Test_Case}}
= AutoQA Metadata =
= AutoQA Metadata =


* "required_keyval" : ["pkg_name", "envr", "arch"]
* "required_keyval" : ["pkg_name", "envr", "arch", "owner"]


[[Category: jskladan resultsdb sandbox]]
[[Category: jskladan resultsdb sandbox]]

Revision as of 17:13, 9 June 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).

AutoQA Metadata

  • "required_keyval" : ["pkg_name", "envr", "arch", "owner"]