make test: improve debugability 43/7043/2
authorKlement Sekera <ksekera@cisco.com>
Wed, 7 Jun 2017 06:19:47 +0000 (08:19 +0200)
committerNeale Ranns <nranns@cisco.com>
Wed, 7 Jun 2017 17:03:37 +0000 (17:03 +0000)
commit3658adcadcc2e568abc985255a6cddcc4871aa87
tree5f1400d6db050d46c7f2972bb0da8d22de6967ec
parent48113e0c864fd18d9fa65eda950aa363b813bb15
make test: improve debugability

Introduce faulthandler to print stack trace to stderr on python crash.
Don't disable automatic garbage collection to decrease the chances of
running out of memory.

Change-Id: I6927a5f6ea9569735d084d4ed3d258950a400d74
Signed-off-by: Klement Sekera <ksekera@cisco.com>
test/Makefile
test/framework.py