#127: pst: Create AutoQA wrapper for Package Sanity Testing script --------------------+------------------------------------------------------- Reporter: kparal | Owner: kparal Type: task | Status: new Priority: major | Milestone: Package Sanity Tests Component: tests | Version: 1.0 Keywords: pst | --------------------+------------------------------------------------------- This wrapper should ensure that necessary information is provided to the sanity testing script (like package names, repo name, package files, etc). This test should be run probably every time a package is submitted into updates-testing or into updates (as part of the acceptance testing).
This test will require post-bodhi-update hook, which is ticket #87.
#127: pst: Create AutoQA wrapper for Package Sanity Testing script ---------------------+------------------------------------------------------ Reporter: kparal | Owner: kparal Type: task | Status: new Priority: major | Milestone: Package Sanity Tests Component: tests | Version: 1.0 Resolution: | Keywords: pst ---------------------+------------------------------------------------------ Comment (by kparal):
There is a basic implementation available in the 'pst' branch and seems to be working quite well. Advanced options (like testing -candidate builds) are not yet available.
On F12 machine you can try script like this: {{{ yum downgrade tzdata autoqa post-koji-build --name tzdata --kojitag dist-f12-updates --arch x86_64 tzdata-2010i-1.fc12 -t package_sanity }}}
autoqa-devel@lists.fedorahosted.org