summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2012-06-18insanity-sections.txt: Add insanity_test_checklist_item_set_global.Andre Moreira Magalhaes (andrunko)1-0/+1
2012-06-18insanitytest: Remove add_shared_checklist_item.Andre Moreira Magalhaes (andrunko)1-1/+0
2012-06-18lib: Add a way to specify checklist items that are shared between iterations ↵Thibault Saunier1-0/+1
of start/stop In some cases, checklist items are shared between iterations of start/stop, so this way, the tests can specify which ones and not have to validate it for each iterations itself. API: insanity_test_add_shared_checklist_item
2012-04-03Add insanity_test_logv() which takes a va_list instead of varargsSebastian Dröge1-0/+1
2012-04-03Some cleanup and rename validate_step() to validate_checklist_item() for ↵Sebastian Dröge1-1/+4
consistency
2012-03-29Add all new functions to the documentationSebastian Dröge1-0/+28
Even if many are not documented yet
2012-02-28Implement a ping method on the test to notify the test runner that the test ↵Sebastian Dröge1-0/+1
is still alive and timeouts can be reset
2012-02-24Add proper versioning to the librarySebastian Dröge2-6/+8
2012-02-24Add guards against invalid parameters to public functionsSebastian Dröge1-1/+1
2012-02-23Integrate gtk-doc documentation generationSebastian Dröge11-0/+235
2012-02-22Rework DBus call sequenceVincent Penquerc'h1-10/+8
SetUp is now paired with TearDown Arguments are passed to Start, not SetUp, allowing reuse of a test, by calling Start/Stop multiple times between a single pair of SetUp/TearDown. Calling Start/Stop multiple times per SetUp/TearDown was (lightly) tested, but Insanity does not make use of this yet.
2012-02-22Remove traces of CmdLineTestVincent Penquerc'h1-4/+3
Since it's now redundant.
2012-02-14Add argument information on methods and signalsVincent Penquerc'h1-0/+7
2012-02-14Add a little explanation for ValidateStep and ExtraInfo signalsVincent Penquerc'h1-0/+2
2012-02-13First step towards external testsVincent Penquerc'h1-5/+9
Tests are now done in C, or other languages. Or will be. This is the first step towards this goal. Tests are standalone binaries, whic communicate with Insanity via D-Bus. A sample C test (which does nothing, and which is still on the quick and dirty side) is included for reference. Most of the code in this test will be made into a library so that future tests can just supply their implementation of three calls (setup, test, stop). There will be a layer above this that will take care of generic GStreamer pipeline as well.
2012-02-07remove unused StartSignal DBus APIVincent Penquerc'h1-1/+0
2012-02-07Add a list of DBus methods and signals gleaned from the codeVincent Penquerc'h1-0/+19
2012-02-07Remove all the gstreamer stuffVincent Penquerc'h1-164/+0
2011-05-03docs: Update design doc to current stateEdward Hervey1-43/+38
2011-04-27all: Remove trailing whitespacesEdward Hervey3-4/+4
2009-11-11docs: Fix wrong test nameEdward Hervey1-3/+3
2009-11-11doc: Added document on how to test for regressionsEdward Hervey1-0/+52
2008-04-21More comments/ideasEdward Hervey1-0/+16
2008-02-06Revise db schema docEdward Hervey1-9/+13
2008-02-06SQLite:Edward Hervey1-5/+12
Add method for getting client Info Add methods and tables for storing dictionnaries Add table for storing database schema version Document database schema modifications
2008-02-04Actual working implementation of sqlite DataStorageEdward Hervey1-5/+6
Added starttime/stoptime properties to TestRun Make TesterClient use storage, add __software_name__ class property gst-media-test shows the total number of testruns stored in the database
2008-01-30Added database scheme description, incomplete.Edward Hervey1-0/+58
2008-01-25Add items to TODO, move stuff from docs/TODO to TODOEdward Hervey1-3/+0
2008-01-23Adding new filesEdward Hervey2-0/+167
2008-01-23 * docs/design.txt:Edward Hervey1-16/+208
* gstqa/generator.py: * gstqa/monitor.py: * gstqa/scenario.py: * gstqa/test.py: Commiting work from past week.
2007-11-29Initial import of reworked versionEdward Hervey2-0/+66