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 5059A1B457 for ; Mon, 7 Jan 2019 09:44:02 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jan 2019 00:44:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,450,1539673200"; d="scan'208";a="123854827" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 07 Jan 2019 00:44:02 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 7 Jan 2019 00:44:01 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 7 Jan 2019 00:44:01 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.196]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.85]) with mapi id 14.03.0415.000; Mon, 7 Jan 2019 16:43:59 +0800 From: "Tu, Lijuan" To: Phanendra Vukkisala , "dts@dpdk.org" CC: Vijaya Bhaskar Annayyolla , Faisal Masood Thread-Topic: [PATCH] conf/test_case_supportlist.json: Avoid showing fail for not supported NICs Thread-Index: AQHUpAvUWhMdRlWTUUy7hKP0alVWwaWjf4iw Date: Mon, 7 Jan 2019 08:43:59 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0B9FDF6B@SHSMSX101.ccr.corp.intel.com> References: <1546592352-22633-1-git-send-email-pvukkisala@marvell.com> In-Reply-To: <1546592352-22633-1-git-send-email-pvukkisala@marvell.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDEwZmRmZTQtZjNhMS00YTcxLWI2YTktMzI3ODYwMDUyMWQwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiS1E4c3JabzRSdUp5dFhFSGpXRzZkcmJBdnRWc0tTTEJrU1B5dUxsb2JKVkJYcXZZdHVWMG1ZdGJDS1Y5Q0JJNCJ9 x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH] conf/test_case_supportlist.json: Avoid showing fail for not supported NICs 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: Mon, 07 Jan 2019 08:44:03 -0000 Hi phanendra, If test cases are not supported by some NICs, I should be added into test_c= ase_checklist.json. Only the cases that added in supportlist.json are supported by these specif= ic NICs. For instance: the syn_filter you added in the support list. Syn_filter is only supported by Niantic, kawela_r, bartonhills, powerville,= but not supported by Fortville and other NICes. "syn_filter": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic", > + "kawela_4", > + "bartonhills", > + "powerville" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case not support on this NIC" > + } > + ], > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Phanendra Vukkisala > Sent: Friday, January 4, 2019 5:00 PM > To: dts@dpdk.org > Cc: Vijaya Bhaskar Annayyolla ; Faisal Masood > ; Phanendra Vukkisala > Subject: [dts] [PATCH] conf/test_case_supportlist.json: Avoid showing fai= l > for not supported NICs >=20 > From: pvukkisala >=20 > Result is showing as fail for not supported NICs. Added proper fix to avo= id > show test result as fail instead of N/A. >=20 > Signed-off-by: phanendra,vukkisala > --- > conf/test_case_supportlist.json | 201 > +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 201 insertions(+) >=20 > diff --git a/conf/test_case_supportlist.json > b/conf/test_case_supportlist.json index 571bb5c..c128c95 100644 > --- a/conf/test_case_supportlist.json > +++ b/conf/test_case_supportlist.json > @@ -633,5 +633,206 @@ > "Bug ID": "", > "Comments": "This case only support on FVL" > } > + ], > + "syn_filter": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic", > + "kawela_4", > + "bartonhills", > + "powerville" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case not support on this NIC" > + } > + ], > + "priority_filter": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic", > + "kawela_4", > + "bartonhills", > + "powerville" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case not support on this NIC" > + } > + ], > + "five_tuple_filter": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic", > + "kawela_4" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case only support only on Niantic and > kawela_4" > + } > + ], > + "ethertype_filter": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic", > + "kawela_4", > + "bartonhills", > + "powerville", > + "fortville_eagle", > + "fortville_spirit", > + "fortville_spirit_single", > + "fortpark_TLV", > + "fortville_25g" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case is not supported on this NIC" > + } > + ], > + "multiple_filters_10GB": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case only support with Niantic NIC" > + } > + ], > + "twotuple_filter": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "powerville", > + "bartonhills" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case is not supported on this NIC" > + } > + ], > + "flex_filter": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "powerville", > + "bartonhills" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case is not supported on this NIC" > + } > + ], > + "multiple_filters_1GB": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "powerville", > + "kawela_4", > + "bartonhills" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case is not supported on this NIC" > + } > + ], > + "128_queues": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic", > + "ironpond", > + "twinpond", > + "twinville", > + "sageville", > + "sagepond", > + "magnolia_park", > + "springfountain" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case only support with ixgbe driver" > + } > + ], > + "rss_key_size": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "fortville_eagle", > + "fortville_spirit", > + "fortville_spirit_single", > + "fortville_25g", > + "niantic", > + "redrockcanyou", > + "atwood", > + "boulderrapid", > + "fortpark_TLV" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case is not supported on this NIC" > + } > + ], > + "vlan_qinq_tpid": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "fortville_eagle", > + "fortville_spirit", > + "fortville_spirit_single" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case is not supported on this NIC" > + } > ] > } > -- > 1.7.9.5