From Fedora Project Wiki

< Env and Stacks

Revision as of 17:25, 10 July 2015 by Hhorak (talk | contribs) (Created page with "= Continuous Integration and functional tests in Fedora = Idea by: hhorak Taskotron serves as general launcher of various tasks and one of those tasks could ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Continuous Integration and functional tests in Fedora

Idea by: hhorak

Taskotron serves as general launcher of various tasks and one of those tasks could also be tests of particular components (packages or group of packages) that cannot be run during build (traditional unit tests). Example of such tests might be checks of functionality of whole daemon, whether it works with systemd, SELinux and other programs, which is not possible to test during build.

Even if Taskotron misses features to run destructive tests for just particular packages, Fedora would still benefit from having such tests already. Those would be run by users or some other system initially. Crutial thing is that we need to have a place for those tests and at least some few guidelines or best practices how the tests would be called. The implementation itself would be up to author.