X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Finput_data_parser.py;h=364cdbdbad7f55633e52ae96bf70b3b8ba42fcc8;hp=d108d09e84774a5f17a9c6c1d6882651323aa741;hb=4255e5ea90db6f0c2e4a106ff8cc6dc734ac5422;hpb=b623785eb9ecaf0657e8f6ca6898dabdc5381128 diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index d108d09e84..364cdbdbad 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -675,7 +675,8 @@ class ExecutionChecker(ResultVisitor): oper = { u"host": host, u"socket": sock, - u"runtime": runtime, + # Needed for json converter, enable when 'threads' is gone. + # u"runtime": runtime, u"threads": OrderedDict({idx: list() for idx in range(threads_nr)}) }