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 5E8E45A1D for ; Tue, 26 May 2015 08:32:06 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 25 May 2015 23:32:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,496,1427785200"; d="scan'208";a="715538562" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 25 May 2015 23:32:05 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t4Q6W3xF010081; Tue, 26 May 2015 14:32:03 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t4Q6W0PU018919; Tue, 26 May 2015 14:32:02 +0800 Received: (from huilongx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t4Q6W0sR018915; Tue, 26 May 2015 14:32:00 +0800 From: "huilong,xu" To: dts@dpdk.org Date: Tue, 26 May 2015 14:31:56 +0800 Message-Id: <1432621918-18883-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [dts 1/3] [PATCH V2] add generic filter test for niantic and fortville nic test 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, 26 May 2015 06:32:07 -0000 From: huilong xu Signed-off-by: huilong xu --- execution.cfg | 34 ---------------------------------- execution_FVL.cfg | 20 -------------------- executions/execution.cfg | 35 +++++++++++++++++++++++++++++++++++ executions/execution_FVL.cfg | 21 +++++++++++++++++++++ 4 files changed, 56 insertions(+), 54 deletions(-) delete mode 100644 execution.cfg delete mode 100644 execution_FVL.cfg create mode 100644 executions/execution.cfg create mode 100644 executions/execution_FVL.cfg diff --git a/execution.cfg b/execution.cfg deleted file mode 100644 index 3d38026..0000000 --- a/execution.cfg +++ /dev/null @@ -1,34 +0,0 @@ -[Execution1] -crbs= -drivername= -test_suites= - cmdline, - hello_world, - multiprocess, - timer, - blacklist, - whitelist, - ieee1588, - checksum_offload, - jumboframes, - ipfrag, - link_flowctrl, - fdir, - vlan, - ip_pipeline, - pmd_bonded, - dynamic_config -targets= - x86_64-native-linuxapp-gcc -parameters=nic_type=cfg:func=true - -[Execution2] -crbs= -drivername= -test_suites= - l2fwd, - l3fwd, - pmd -targets= - x86_64-native-linuxapp-gcc -parameters=nic_type=niantic:perf=true diff --git a/execution_FVL.cfg b/execution_FVL.cfg deleted file mode 100644 index c57f33d..0000000 --- a/execution_FVL.cfg +++ /dev/null @@ -1,20 +0,0 @@ -[Execution1] -crbs= -drivername= -test_suites= - checksum_offload, - dynamic_config -targets= - x86_64-native-linuxapp-gcc -parameters=nic_type=cfg:func=true - -[Execution2] -crbs= -drivername= -test_suites= - l2fwd, - l3fwd, - pmd -targets= - x86_64-native-linuxapp-gcc -parameters=nic_type=niantic:perf=true diff --git a/executions/execution.cfg b/executions/execution.cfg new file mode 100644 index 0000000..73d70f6 --- /dev/null +++ b/executions/execution.cfg @@ -0,0 +1,35 @@ +[Execution1] +crbs= +drivername= +test_suites= + cmdline, + hello_world, + multiprocess, + timer, + blacklist, + whitelist, + ieee1588, + checksum_offload, + jumboframes, + ipfrag, + link_flowctrl, + fdir, + vlan, + ip_pipeline, + pmd_bonded, + dynamic_config, + generic_filter +targets= + x86_64-native-linuxapp-gcc +parameters=nic_type=cfg:func=true + +[Execution2] +crbs= +drivername= +test_suites= + l2fwd, + l3fwd, + pmd +targets= + x86_64-native-linuxapp-gcc +parameters=nic_type=niantic:perf=true diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg new file mode 100644 index 0000000..7e5151b --- /dev/null +++ b/executions/execution_FVL.cfg @@ -0,0 +1,21 @@ +[Execution1] +crbs= +drivername= +test_suites= + checksum_offload, + dynamic_config, + generic_filter +targets= + x86_64-native-linuxapp-gcc +parameters=nic_type=cfg:func=true + +[Execution2] +crbs= +drivername= +test_suites= + l2fwd, + l3fwd, + pmd +targets= + x86_64-native-linuxapp-gcc +parameters=nic_type=niantic:perf=true -- 1.7.4.4