]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Process VM stdout output in full lines
authorJouni Malinen <j@w1.fi>
Wed, 24 Dec 2014 14:06:37 +0000 (16:06 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 25 Dec 2014 14:37:12 +0000 (16:37 +0200)
commit804110287428554333348b67d67433546b92fd30
tree85ce2746981a9c010b33db53624c9f7467b95034
parent1942b68172c499c915c5a036f9ef83130d21edb2
tests: Process VM stdout output in full lines

Merge partial lines together before processing them in parallel-vm.py.
This avoids issues in cases where the stdout read gets split into pieces
that do not include the full READY/PASS/FAIL/SKIP information. In
addition, strip unnecessary whitespace (mainly, '\r') from the log
lines.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/vm/parallel-vm.py