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 D319E1B2F4 for ; Mon, 30 Oct 2017 08:56:05 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Oct 2017 00:56:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,318,1505804400"; d="scan'208";a="1211782937" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 30 Oct 2017 00:55:07 -0700 From: "lu,peipei" To: dts@dpdk.org Cc: "lu,peipei" Date: Mon, 30 Oct 2017 15:56:19 +0800 Message-Id: <1509350179-26417-1-git-send-email-peipeix.lu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] open multiprocess option 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, 30 Oct 2017 07:56:06 -0000 open multiprocess option and close link_bonding option on freeBSD in unit_tests_eal test suite Signed-off-by: lu,peipei --- conf/test_case_checklist.json | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 8064c10..229bebb 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -1487,6 +1487,21 @@ "Comments": "the OS not support this case" } ], + "link_bonding": [ + { + "OS": [ + "freebsd" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the OS not support this case" + } + ], "log_dump": [ { "OS": [ @@ -1732,19 +1747,6 @@ "Bug ID": "", "Comments": "32 bit not support this case" }, - { - "OS": [ - "freebsd" - ], - "NIC": [ - "ALL" - ], - "Target": [ - "ALL" - ], - "Bug ID": "", - "Comments": "DPDK-3032" - } ], "fdir_ipv6_tc": [ { -- 1.9.3