From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id A950E1BE46 for ; Thu, 5 Jul 2018 09:16:17 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jul 2018 00:16:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,311,1526367600"; d="scan'208";a="64306948" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 05 Jul 2018 00:16:02 -0700 From: "zhu,shuai" To: dts@dpdk.org Cc: "zhu,shuai" Date: Thu, 5 Jul 2018 15:17:17 +0800 Message-Id: <1530775037-74201-1-git-send-email-shuaix.zhu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/checklist:Update powerville not supported cases 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, 05 Jul 2018 07:16:18 -0000 Powerville should skip below cases. packets_are_forwarded_after_ttl_timeout, send_4K_frames_split_in_7_and_4K_maxflows Signed-off-by: zhu,shuai --- conf/test_case_checklist.json | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index d828df1..4e61877 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -1992,5 +1992,35 @@ "Bug ID": "", "Comments": "Niantic not support this case" } - ] + ], + "packets_are_forwarded_after_ttl_timeout": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "powerville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "powerville not support this case" + } + ], + "send_4K_frames_split_in_7_and_4K_maxflows": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "powerville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "powerville not support this case" + } + ] } -- 1.9.3