X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1951629e2f269636b75d56de2e73f6cd048a21e8..3eeef4fa4113c9307170633de5346ef6f9a94dc1:/tools/tesh/tesh.py diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index ef69904fb3..984e23d3b7 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -11,13 +11,18 @@ All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the license (GNU LGPL) which comes with this package. -#TODO: emptty: does "! output display" also disable the comparaison with the output ? yes -#TODO: child of child of child printf => tester dans rsg... +#TODO: child of child of child that printfs. Does it work? +#TODO: a child die after its parent. What happen? #TODO: regular expression in output +#ex: >> Time taken: [0-9]+s #TODO: linked regular expression in output - +#ex: +# >> Bytes sent: ([0-9]+) +# >> Bytes recv: \1 +# then, even better: +# ! expect (\1 > 500) """