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)
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>

No differences found