# -*- coding: utf-8 -*- autoqa_conf = ''' [test] smtpserver = localhost result_email = mail_from = autoqa@fedoraproject.org [job] tag = %(jobtag)s [general] autotest_server = test1185.test.redhat.com notification_email = local = false hookdir = /usr/share/autoqa testdir = /usr/share/autotest/client/site_tests ''' % {'jobtag' : job.tag} envrs='liveusb-creator-3.9.2-1.fc13' autotest_server='test1185.test.redhat.com' updateid='' targettag='dist-f13-updates-testing' title='liveusb-creator-3.9.2-1.fc13' # vim: set syntax=python TIME="SHORT" AUTHOR = "Will Woods " DOC = """ This test runs rpmlint to catch common packaging problems which may have crept into the package since the last build. """ NAME = 'rpmlint' TEST_TYPE = 'CLIENT' # SERVER can be used for tests that need multiple machines TEST_CLASS = 'General' TEST_CATEGORY = 'Functional' # post-koji-build tests can expect the following variables from autoqa: # envr: package NVR (required, epoch can be skipped) # name: package name # kojitag: koji tag applied to this package job.run_test('rpmlint', name=name, envr=envr, kojitag=kojitag, config=autoqa_conf)