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 DA2EF5592 for ; Wed, 26 Jul 2017 10:18:36 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2017 01:18:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,414,1496127600"; d="scan'208";a="997317203" Received: from dpdk-test38.sh.intel.com ([10.67.111.97]) by orsmga003.jf.intel.com with ESMTP; 26 Jul 2017 01:18:31 -0700 From: Marvin Liu To: dts@dpdk.org Cc: Marvin Liu Date: Wed, 26 Jul 2017 04:16:12 -0400 Message-Id: <1501056972-59668-5-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1501056972-59668-1-git-send-email-yong.liu@intel.com> References: <1501056972-59668-1-git-send-email-yong.liu@intel.com> Subject: [dts] [PATCH v1 4/4] conf: add suite and case level configuration sample 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: Wed, 26 Jul 2017 08:18:37 -0000 Signed-off-by: Marvin Liu diff --git a/conf/suite_sample.cfg b/conf/suite_sample.cfg new file mode 100644 index 0000000..434a31e --- /dev/null +++ b/conf/suite_sample.cfg @@ -0,0 +1,9 @@ +# sample for suite configuration +[suite] +int_value=value_int:10 +hex_value=value_hex:ff +[case1] +string=testpmd +command=help +packet_sizes=list_int:64,128,256 +protocals=list_str:TCP,UDP,SCTP -- 1.9.3