From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 5379E7D62 for ; Thu, 27 Jul 2017 03:10:05 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP; 26 Jul 2017 18:10:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,417,1496127600"; d="scan'208";a="131736669" Received: from dpdk-test38.sh.intel.com ([10.67.111.97]) by fmsmga005.fm.intel.com with ESMTP; 26 Jul 2017 18:10:03 -0700 From: Marvin Liu To: dts@dpdk.org Cc: Marvin Liu Date: Wed, 26 Jul 2017 21:07:53 -0400 Message-Id: <1501117673-47762-5-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1501117673-47762-1-git-send-email-yong.liu@intel.com> References: <1501060860-63777-1-git-send-email-yong.liu@intel.com> <1501117673-47762-1-git-send-email-yong.liu@intel.com> Subject: [dts] [PATCH v3 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: Thu, 27 Jul 2017 01:10:05 -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