From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 0698B47CE for ; Tue, 3 May 2016 05:23:29 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 02 May 2016 20:23:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,570,1455004800"; d="scan'208";a="944872421" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by orsmga001.jf.intel.com with ESMTP; 02 May 2016 20:23:23 -0700 From: "xu,gang" To: dts@dpdk.org Cc: Lijuan Tu Date: Tue, 3 May 2016 11:18:56 +0800 Message-Id: <1462245541-2886-2-git-send-email-gangx.xu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1462245541-2886-1-git-send-email-gangx.xu@intel.com> References: <1462245541-2886-1-git-send-email-gangx.xu@intel.com> Subject: [dts] [PATCH V1] add sample executable config file 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, 03 May 2016 03:23:30 -0000 From: Lijuan Tu Signed-off-by: Lijuan Tu --- executions/execution_sample.cfg | 51 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 executions/execution_sample.cfg diff --git a/executions/execution_sample.cfg b/executions/execution_sample.cfg new file mode 100644 index 0000000..e5094de --- /dev/null +++ b/executions/execution_sample.cfg @@ -0,0 +1,51 @@ +[Execution1] +crbs= +drivername= +test_suites= +# bond + cmdline +# distributor +# dpdk_qat +# ethtool +# exception_path + helloworld + ip_fragmentation + ip_pipeline + ip_reassembly +# ipsec-secgw +# ipv4_multicast + kni + l2fwd +# l2fwd-cat +# l2fwd-crypto +# l2fwd-ivshmem +# l2fwd-jobstats +# l2fwd-keepalive + l3fwd +# l3fwd-acl +# l3fwd-power +# l3fwd-vf + link_status_interrupt +# load_balancer + multi_process + netmap_compat +# packet_ordering +# performance-thread +# ptpclient +# qos_meter +# qos_sched +# quota_watermark + rxtx_callbacks + skeleton + tep_termination + timer + vhost +# vhost_xen + vmdq +# vmdq_dcb + vm_power_manager + +targets= + x86_64-native-linuxapp-gcc +parameters=nic_type=cfg:func=true + -- 1.9.3