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 42CF6568C for ; Mon, 10 Aug 2015 10:50:32 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 10 Aug 2015 01:50:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,644,1432623600"; d="scan'208";a="622519161" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga003.jf.intel.com with ESMTP; 10 Aug 2015 01:50:30 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t7A8oSOF002145; Mon, 10 Aug 2015 16:50:28 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t7A8oQFW010413; Mon, 10 Aug 2015 16:50:28 +0800 Received: (from yliu84x@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t7A8oQYC010409; Mon, 10 Aug 2015 16:50:26 +0800 From: Yong Liu To: dts@dpdk.org Date: Mon, 10 Aug 2015 16:50:20 +0800 Message-Id: <1439196624-10377-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH 0/4] Load Ixia information for configuration 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: Mon, 10 Aug 2015 08:50:32 -0000 From: Marvin Liu All configuration for running DTS will be moved to files. This patch set will move ixia related settings from python module to file. Marvin Liu (4): Support load ixia configuration file Add ixia configuration file Load configuration file replace of import object Remove useless file ixiacfg.py conf/ixia.cfg | 13 +++++++++++ framework/config.py | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++ framework/etgen.py | 13 ++++++----- framework/ixiacfg.py | 28 ----------------------- 4 files changed, 84 insertions(+), 33 deletions(-) create mode 100644 conf/ixia.cfg delete mode 100644 framework/ixiacfg.py -- 1.9.3