From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 18E34326D for ; Tue, 24 Jul 2018 09:33:59 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jul 2018 00:33:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,397,1526367600"; d="scan'208";a="75405635" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by orsmga001.jf.intel.com with ESMTP; 24 Jul 2018 00:33:56 -0700 From: wenjieli To: dts@dpdk.org Cc: wenjieli Date: Tue, 24 Jul 2018 15:35:08 +0800 Message-Id: <1532417708-93603-1-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/test_case_checklist.json add 'sagepond' nic in the exception list for testsuit generic_filter 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: Tue, 24 Jul 2018 07:34:00 -0000 add 'sagepond' nic in the exception list for 9 cases in testsuit generic_filter: multiple_filters_1GB, syn_filter, twotuple_filter, priority_filter, five_tuple_filter, multiple_filters_10GB, ethertype_filter, flex_filter, 128_queues Signed-off-by: wenjieli --- conf/test_case_checklist.json | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index d828df1..34759be 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -16,7 +16,8 @@ "springfountain", "twinpond", "kawela_4", - "fortpark_TLV" + "fortpark_TLV", + "sagepond" ], "Target": [ "ALL" @@ -34,7 +35,8 @@ "springville", "ironpond", "springfountain", - "twinpond" + "twinpond", + "sagepond" ], "Target": [ "ALL" @@ -59,7 +61,8 @@ "ironpond", "springfountain", "twinpond", - "fortpark_TLV" + "fortpark_TLV", + "sagepond" ], "Target": [ "ALL" @@ -84,7 +87,8 @@ "ironpond", "springfountain", "twinpond", - "fortpark_TLV" + "fortpark_TLV", + "sagepond" ], "Target": [ "ALL" @@ -130,7 +134,8 @@ "ironpond", "springfountain", "twinpond", - "fortpark_TLV" + "fortpark_TLV", + "sagepond" ], "Target": [ "ALL" @@ -154,7 +159,8 @@ "ironpond", "springfountain", "twinpond", - "fortpark_TLV" + "fortpark_TLV", + "sagepond" ], "Target": [ "ALL" @@ -177,7 +183,8 @@ "ironpond", "springfountain", "twinpond", - "fortpark_TLV" + "fortpark_TLV", + "sagepond" ], "Target": [ "ALL" @@ -200,7 +207,8 @@ "ironpond", "springfountain", "twinpond", - "fortpark_TLV" + "fortpark_TLV", + "sagepond" ], "Target": [ "ALL" @@ -225,7 +233,8 @@ "ironpond", "springfountain", "twinpond", - "fortpark_TLV" + "fortpark_TLV", + "sagepond" ], "Target": [ "ALL" -- 1.9.3