VPP-1421: Reworked results gathering 93/14893/6
authorjuraj.linkes <juraj.linkes@pantheon.tech>
Wed, 19 Sep 2018 13:01:47 +0000 (15:01 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Thu, 20 Sep 2018 02:42:53 +0000 (02:42 +0000)
commitcae64f896d78c4048acc9ddbe88f666f2053f02f
treedd54c05cba18a6ef1dc7325a23944dee03dd97dd
parenta713254d689deee1718bb515c3961bf4ed435504
VPP-1421: Reworked results gathering

The previous version sent the whole VPPTestResult object through pipe,
which uses pickle to transfer objects. Pickle does not support sending
any arbitrary objects and was causing issues. Now just a tuple of
(test_id, result) is sent.

Change-Id: I3a3a9e6f1b9ac9b05889babfc1f7560c7ac4471c
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
test/framework.py
test/run_tests.py