From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E81867D4E for ; Thu, 7 Sep 2017 04:11:06 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 06 Sep 2017 19:11:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,356,1500966000"; d="scan'208";a="148428679" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.120]) ([10.67.119.120]) by fmsmga005.fm.intel.com with ESMTP; 06 Sep 2017 19:11:04 -0700 Message-ID: <59B12552.1040808@intel.com> Date: Thu, 07 Sep 2017 18:54:10 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Radoslaw Biernacki , dts@dpdk.org CC: jianbo.liu@linaro.org, herbert.guan@arm.com References: <1504625174-17845-1-git-send-email-radoslaw.biernacki@linaro.org> <1504720258-19076-1-git-send-email-radoslaw.biernacki@linaro.org> In-Reply-To: <1504720258-19076-1-git-send-email-radoslaw.biernacki@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH v2] framework: Adding JSON reporter X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2017 02:11:07 -0000 Thanks Radoslaw, applied. On 09/07/2017 01:50 AM, Radoslaw Biernacki wrote: > This patch adds the JSON reporter class which puts the results > into output/test_results.json file > Having JSON file format for results is usefull for CI integration. > > v2: > - results from all DUT's and targets are now stored in single JSON file > - "N/A" and "BLOCKED" are also used as test result > > Signed-off-by: Radoslaw Biernacki