From Fedora Project Wiki
(First version) |
m (add category) |
||
Line 24: | Line 24: | ||
[[How to use and edit comps.xml for package groups]] | [[How to use and edit comps.xml for package groups]] | ||
[[Category:Rawhide Acceptance Test Cases]] |
Revision as of 16:38, 25 June 2009
Description
This verifies that comps.xml is usable by the installer and other system tools.
How to test
- Locate comps.xml in the
repodata/
directory- The name of the comps file(s) will be listed in repomd.xml
data type="group"
references the uncompressed comps filedata type="group_gz"
refers to the the compressed version
- The name of the comps file(s) will be listed in repomd.xml
- Fetch the comps grammar (
comps.rng
) from CVS - Run
xmllint --noout --nowarning --relaxng comps.rng comps.xml
to verify that comps is well-formed and matches the defined grammar
Expected Results
- At least one version of the comps file is listed in repomd.xml
xmllint
verifies that the comps file is well-formed and matches the defined grammar