From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2E02D8D9D for ; Tue, 20 Oct 2015 04:16:13 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 19 Oct 2015 19:16:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,705,1437462000"; d="scan'208";a="667690304" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by orsmga003.jf.intel.com with ESMTP; 19 Oct 2015 19:16:11 -0700 From: "xu,huilong" To: dts@dpdk.org Date: Tue, 20 Oct 2015 10:11:46 +0800 Message-Id: <1445307107-18556-4-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1445307107-18556-1-git-send-email-huilongx.xu@intel.com> References: <1445307107-18556-1-git-send-email-huilongx.xu@intel.com> Subject: [dts] [V1 4/5] update case execute sequence for smock 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, 20 Oct 2015 02:16:13 -0000 Signed-off-by: xu,huilong --- executions/execution_smoke.cfg | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/executions/execution_smoke.cfg b/executions/execution_smoke.cfg index 7631f5c..04d5f91 100644 --- a/executions/execution_smoke.cfg +++ b/executions/execution_smoke.cfg @@ -2,6 +2,15 @@ crbs= drivername= test_suites= + scatter, + dynamic_config, + jumboframes, + ieee1588, + multiprocess, + pmd, + checksum_offload, + whitelist, + blacklist, unit_tests_cmdline, unit_tests_eal, unit_tests_dump, @@ -15,17 +24,7 @@ test_suites= unit_tests_qos, unit_tests_ring, unit_tests_ringpmd, - unit_tests_timer, - dynamic_config, - jumboframes, - scatter, - ieee1588, - multiprocess, - l2fwd, - pmd, - checksum_offload, - whitelist, - blacklist + unit_tests_timer targets= x86_64-native-linuxapp-gcc parameters=nic_type=niantic:func=true -- 1.9.3