From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 777EA1B857 for ; Fri, 11 Jan 2019 06:38:56 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2019 21:38:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,464,1539673200"; d="scan'208";a="137312666" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 10 Jan 2019 21:38:54 -0800 From: "zhu,shuai" To: dts@dpdk.org Cc: "zhu,shuai" Date: Fri, 11 Jan 2019 13:42:22 +0800 Message-Id: <1547185342-25148-1-git-send-email-shuaix.zhu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/checklist:add not support case on FVL. 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: Fri, 11 Jan 2019 05:38:56 -0000 The following case is skipped: port_mtu, retrieve_reg Signed-off-by: zhu,shuai --- conf/test_case_checklist.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index b4e7126..fec4c5a 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -1911,7 +1911,13 @@ "ALL" ], "NIC": [ - "ALL" + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortville_25g", + "fortpark", + "fortpark_TLV", + "fortpark_TLV_vf" ], "Target": [ "ALL" @@ -2149,5 +2155,26 @@ "Bug ID": "", "Comments": "the nic not support this case" } + ], + "retrieve_reg": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortville_25g", + "fortpark", + "fortpark_TLV", + "fortpark_TLV_vf" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } ] } -- 2.17.2