diff --git a/tools/marvin/marvin/jsonHelper.py b/tools/marvin/marvin/jsonHelper.py index 6c56ef9b608..7dfb75ddf13 100644 --- a/tools/marvin/marvin/jsonHelper.py +++ b/tools/marvin/marvin/jsonHelper.py @@ -119,6 +119,8 @@ def finalizeResultObj(result, responseName, responsecls): mirrorObj = True for k,v in value.__dict__.iteritems(): + if k == 'jobstatus': + continue if k not in responsecls.__dict__: mirrorObj = False break