For those interested, I just pushed to master a few changes in depcheck test and koji_utils library:
commit 53aa452e605b61944d6b657bc09813972be2b262 Author: Kamil Páral kparal@redhat.com Date: Wed Apr 27 17:12:56 2011 +0200
depcheck: download only necessary archs
If depcheck is run on i686, don't download x86_64 RPMs because we don't need them.
commit 549517418759080f18b6e37ae3801b72adbfc879 Author: Kamil Páral kparal@redhat.com Date: Wed Apr 27 14:41:48 2011 +0200
depcheck: unittests require x86_64 machine, abort for other archs
commit c7ef84ea635b5c862fc7c087f504eea230786116 Author: Kamil Páral kparal@redhat.com Date: Wed Apr 27 13:11:41 2011 +0200
koji_utils: rename ensure_connection() to check_connection()
The new name fits better. Also use check_connection() mainly in tests' setup() phase to check whether Koji is running. It is not necessary to execute it then again in run_once() stage, that doesn't help anything.
autoqa-devel@lists.fedorahosted.org