summaryrefslogtreecommitdiff
path: root/insanity
AgeCommit message (Expand)AuthorFilesLines
2012-11-04Fix FSF addressHEADmasterTim-Philipp Müller30-60/+60
2012-07-24insanity: Put correct file into GITSebastian Dröge1-1/+1
2012-07-24insanity: Remember default test installation directory and use by defaultSebastian Dröge2-2/+34
2012-07-24Remove executable bit from a python script that is not meant to be executedSebastian Dröge1-0/+0
2012-07-24dbustest: Add some missing metadataSebastian Dröge1-4/+9
2012-06-27insanity: Refactoring in TerminalRedirectionMonitorThibault Saunier1-29/+20
2012-06-27insanity: Generate only one outputfile by default in TerminalRedirectionMonitorThibault Saunier1-2/+9
2012-06-27insanity: Rename glob- to global- for concistencyThibault Saunier1-4/+5
2012-06-26dbustest: Properly handle cases where there is no stderr/stdout redirectionThibault Saunier2-14/+70
2012-06-21insanity: Store monitor for each iteration of start/stopThibault Saunier1-7/+13
2012-06-21insanity: Take into account global outputfile in TerminalRedirectionMonitorThibault Saunier1-12/+40
2012-06-21Misc cleanupThibault Saunier1-5/+2
2012-06-21insanity: Properly redirect output while test is being teared downThibault Saunier1-22/+55
2012-06-21insanity: Add a way to execute code in a monitor between the last Test.stop()...Thibault Saunier2-0/+12
2012-06-21insanity: Enhance Test teardown subclassing mecanismeThibault Saunier2-5/+17
2012-06-21insanity: Make use of the new RedirectTerminalOuputThread class for terminal ...Thibault Saunier1-4/+24
2012-06-21insanity: Implement a class to redirect subprocess sterr and stdout to a fileThibault Saunier1-1/+145
2012-06-21insanity: Make Monitor aware of start/stop iterationsThibault Saunier2-1/+67
2012-06-21insanity: Implement a monitor to redirect dbustest subprocess stderr and stdoutThibault Saunier2-1/+117
2012-06-18client: Fix verbose output.Andre Moreira Magalhaes (andrunko)1-2/+1
2012-06-18test: Do not warn when retrieving iteration checklist on start (for global it...Andre Moreira Magalhaes (andrunko)1-5/+5
2012-06-18test: Only get the test stats after emitting stop to give a chance to validat...Andre Moreira Magalhaes (andrunko)1-1/+1
2012-06-18Handle global checklist items.Andre Moreira Magalhaes (andrunko)3-38/+12
2012-06-18insanity: Handle shared checklist itemsThibault Saunier3-2/+48
2012-06-18insanity: Handle unexpected failures in XmlTestRunThibault Saunier1-16/+43
2012-06-18insanity: Handle kwargs for tests in TestRunThibault Saunier1-5/+8
2012-06-18insanity: Fix expected failure handlingThibault Saunier1-2/+12
2012-06-18insanity: Set subprocess-exited-normally to True when receiving remote existedThibault Saunier1-0/+1
2012-06-18generators: Add a simple constant list generatorThibault Saunier1-1/+31
2012-06-14insanity: Make MySQLdb an optionnal dependencyThibault Saunier1-268/+274
2012-05-29insanity: Implement monitors handling in XmlTestRunThibault Saunier2-13/+35
2012-05-29testrun: Create a TestRun subclass that can be created from an XML fileThibault Saunier1-0/+84
2012-05-29insanity: Make testrun PEP8 compliantThibault Saunier1-9/+11
2012-05-29generator: Add a max_length and a randomized property to ExternalGeneratorThibault Saunier1-5/+23
2012-05-23Retirn a Dictionnary in __getExtraInfo as the documentations states it isThibault Saunier1-5/+4
2012-05-14dbstorage: Some syntax fixes to make db merging work againAlvaro Soliverez1-6/+9
2012-04-24Always validate subprocess-exited-normally checklist itemSebastian Dröge1-1/+1
2012-04-10Make storing of the iteration success percentage and overall success percenta...Sebastian Dröge2-2/+14
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öge4-29/+29
2012-03-19Allow multiple arguments to take their values from a comma delimited listVincent Penquerc'h1-2/+7
2012-03-16Put monitors back into shape, and allow gdb/valgrind from insanity-runVincent Penquerc'h4-22/+25
2012-03-16Add a timeout to test metadata gatheringVincent Penquerc'h1-9/+25
2012-03-16Add a timeout to external generatorsVincent Penquerc'h1-3/+17
2012-03-06Fix checklist not being written properly to the DBVincent Penquerc'h1-0/+2
2012-03-06Ensure no division by zero if no iterations were madeVincent Penquerc'h1-0/+2
2012-03-06Fix testrunner if not a single test iteration happenedSebastian Dröge1-0/+2
2012-03-05Black magic.Vincent Penquerc'h1-1/+6
2012-03-05Add a 'global' flag to output filesVincent Penquerc'h2-8/+25