summaryrefslogtreecommitdiff
path: root/insanity/dbustest.py
AgeCommit message (Expand)AuthorFilesLines
2012-11-04Fix FSF addressHEADmasterTim-Philipp Müller1-2/+2
2012-07-24dbustest: Add some missing metadataSebastian Dröge1-4/+9
2012-06-26dbustest: Properly handle cases where there is no stderr/stdout redirectionThibault Saunier1-7/+20
2012-06-21Misc cleanupThibault Saunier1-5/+2
2012-06-21insanity: Enhance Test teardown subclassing mecanismeThibault Saunier1-3/+1
2012-06-21insanity: Make use of the new RedirectTerminalOuputThread class for terminal ...Thibault Saunier1-4/+24
2012-06-21insanity: Implement a monitor to redirect dbustest subprocess stderr and stdoutThibault Saunier1-0/+11
2012-06-18Handle global checklist items.Andre Moreira Magalhaes (andrunko)1-3/+0
2012-06-18insanity: Handle shared checklist itemsThibault Saunier1-1/+6
2012-06-18insanity: Set subprocess-exited-normally to True when receiving remote existedThibault Saunier1-0/+1
2012-04-24Always validate subprocess-exited-normally checklist itemSebastian Dröge1-1/+1
2012-04-10Remove some DBus signals and rework the test startup processSebastian Dröge1-16/+19
2012-04-10Chain up to the Test.stop() only after the remote side finished stoppingSebastian Dröge1-3/+7
2012-04-03Rename step to checklist item in the DBus/Python parts tooSebastian Dröge1-9/+9
2012-03-16Put monitors back into shape, and allow gdb/valgrind from insanity-runVincent Penquerc'h1-12/+7
2012-03-05Save all test iterations to storageVincent Penquerc'h1-0/+1
2012-03-05Fix external call when not using a command line patternVincent Penquerc'h1-1/+1
2012-02-28Add support for setting non-string arguments via insanity-runSebastian Dröge1-1/+30
2012-02-28Remove debug printSebastian Dröge1-1/+0
2012-02-28Pass output filenames as a separate parameter over DBusSebastian Dröge1-5/+4
2012-02-28Refactor test metadata and handlingSebastian Dröge1-11/+16
2012-02-28Implement a ping method on the test to notify the test runner that the test i...Sebastian Dröge1-1/+13
2012-02-28Filter non-global arguments on the Python runner side tooSebastian Dröge1-1/+9
2012-02-28Remove timeout handling from the DBus test altogether, this is all handled in...Sebastian Dröge1-29/+2
2012-02-28Increasing the timeout by 5s every time the remoteReadySignal is called does ...Sebastian Dröge1-2/+0
2012-02-28Remove obsolete, dead codeSebastian Dröge1-37/+0
2012-02-27Let a test fail if start/setup don't succeedSebastian Dröge1-8/+17
2012-02-24Pass arguments to both SetUp and StartVincent Penquerc'h1-14/+22
2012-02-22Allow a single test instance to operate on a generator's outputVincent Penquerc'h1-12/+13
2012-02-22Rework DBus call sequenceVincent Penquerc'h1-25/+58
2012-02-22Remove traces of CmdLineTestVincent Penquerc'h1-6/+0
2012-02-22Failures now come with an optional description stringVincent Penquerc'h1-2/+2
2012-02-21Port option code to glibVincent Penquerc'h1-1/+2
2012-02-21Fix data storage (arguments, etc)Vincent Penquerc'h1-0/+9
2012-02-20Fix output files and checklist mergingVincent Penquerc'h1-3/+16
2012-02-20Add --execcmd argumentVincent Penquerc'h1-7/+14
2012-02-17Test metadata can now be read from the C testsVincent Penquerc'h1-21/+7
2012-02-15Rename test back to startVincent Penquerc'h1-1/+1
2012-02-14Arguments are now passed to remoteSetUp as a D-Bus dictionaryVincent Penquerc'h1-3/+4
2012-02-13First step towards external testsVincent Penquerc'h1-278/+132
2012-02-07remove unused StartSignal DBus APIVincent Penquerc'h1-5/+0
2011-04-29dbustest: Make some errors more verboseEdward Hervey1-2/+2
2010-05-18Properly name DBus object/pathsEdward Hervey1-3/+7
2010-05-17test: Move DBusTest and subclasses to a new moduleEdward Hervey1-0/+613