summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-04version bump 1.4Manuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2017-12-04add --class parameterManuel Traut
to specify classname of a testcase, if not given it defaults to 'sh' Signed-off-by: Manuel Traut <manut@linutronix.de>
2017-12-04update .gitignore fileManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2017-12-04add option parser and --version parameterManuel Traut
future extensions will need an optionparser. also a --version parameter is useful. Signed-off-by: Manuel Traut <manut@linutronix.de>
2017-12-04add license informationsManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2017-12-04Refine DependenciesBenedikt Spranger
The package pyjutest build no shared libraries, but contain python3 scripts. Change shared library dependency makro to python3 dependency makro. Signed-off-by: Benedikt Spranger <b.spranger@linutronix.de> Signed-off-by: Manuel Traut <manut@linutronix.de> Reviewed-by: Manuel Traut <manut@linutronix.de>
2017-11-22version bump 1.3Manuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2017-11-22reprint stdout and stderrManuel Traut
if pyjutest is used in e.g. jenkins and a command after the pyjutest call and before archiving the unit file fails, the output of the command is lost. To avoid this, pyjutest now redirects the original output of the command. Signed-off-by: Manuel Traut <manut@linutronix.de>
2017-09-20version bump 1.2Manuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2017-09-20implement runtime measurementManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2017-09-20version bump 1.1Manuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2017-09-20add copyright informationManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2017-09-20be more specific about bytes and stringsManuel Traut
needed to run with python3 Signed-off-by: Manuel Traut <manut@linutronix.de>
2017-09-19rename into pyjutestManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2017-09-19initial importManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>