FFmpeg Automated Testing Environment
FATE(FFmpeg Automated Testing Environment) is an extended regression testing platform developed by FFmpeg. It operates like a continuous integration platform likeJenkinsandHudson.
It is splitted in to two parts:
- On the client side, it involves building FFmpeg, comparing the output of a specific test with a reference file, and then aggregating the results into a report.
- On the server side, the reports are submitted from clients, and then displayed onhttp://fate.ffmpeg.org.The server software, fateserver, is hosted ongit://git.ffmpeg.org/fateserverGitHub.
The current coverage of the FATE test suite, generated bylcov,is available athttp://coverage.ffmpeg.org/.
Unlike public CI services like Travis CI, FATE test results come directly from developers' private machines. That being said, you can help the FFmpeg project by donating odd systems for us to test on or running the test suite on your own machine.
Documentation
- For instructions on running the tests, seehttp://ffmpeg.org/fate.html.
- For instructions on running fateserver, seeFATE/Fateserver.
- For help viewinghttp://fate.ffmpeg.org,seeFATE/Website
- WIP. See#3438.For instructions on adding a FATE test (for developers), seeFATE/AddingATest.
- For help on generating a coverage report of the FATE suite (like theofficial one), seeFATE/TestingCoverage.
Needed fate clients
Last modified
10 years ago
Last modified on Apr 6, 2015, 9:52:52 PM
Note:
SeeTracWiki
for help on using the wiki.