This covers how to setup and run the tests in this branch. Right now, this is
a proof of concept and there are some rough edges remaining. These rough edges
would be ironed out if we decide to go forward with something like this.
This has been tested on Fedora 14. I'm not sure how well it will work as
as written on other versions of Fedora.
Required Packages:
python-virtualenv
python-pip
koji
Required Files:
/etc/autoqa/autoqa.conf
/etc/autoqa/repoinfo.conf
To run the tests, use:
make test
To run the functional tests (requires network access):
make ftest
NOTE: The first time you run 'make test' or 'make ftest' it will be rather slow.
This is because a new virtualenv is being created and the required test
dependencies are being installed. Subsequent runs will be much faster.