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 4D34A568C for ; Mon, 10 Aug 2015 10:50:41 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 10 Aug 2015 01:50:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,644,1432623600"; d="scan'208";a="539009530" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by FMSMGA003.fm.intel.com with ESMTP; 10 Aug 2015 01:50:39 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t7A8obD4002162; Mon, 10 Aug 2015 16:50:37 +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 t7A8oZFV010441; Mon, 10 Aug 2015 16:50:37 +0800 Received: (from yliu84x@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t7A8oZUt010437; Mon, 10 Aug 2015 16:50:35 +0800 From: Yong Liu To: dts@dpdk.org Date: Mon, 10 Aug 2015 16:50:24 +0800 Message-Id: <1439196624-10377-5-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1439196624-10377-1-git-send-email-yong.liu@intel.com> References: <1439196624-10377-1-git-send-email-yong.liu@intel.com> Subject: [dts] [PATCH 4/4] Remove useless file ixiacfg.py 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:41 -0000 From: Marvin Liu Signed-off-by: Marvin Liu diff --git a/framework/ixiacfg.py b/framework/ixiacfg.py deleted file mode 100644 index 579cda9..0000000 --- a/framework/ixiacfg.py +++ /dev/null @@ -1,28 +0,0 @@ -""" -ixiaPorts Structure - -IxiaGroup: { -Version : IXIA TCL server version -IP : IXIA server IP address -Ports : [IXIA port list] -}, - -IxiaGroup: { -Version : IXIA TCL server version -IP : IXIA server IP address -Ports : [IXIA ports list] -} -""" -# IXIA configure file -ixiaPorts = { - 'Group1': {"Version": "6.62", - "IP": "10.239.128.121", - "Ports": [ - {"card": 4, "port": 5}, - {"card": 4, "port": 6}, - {"card": 4, "port": 7}, - {"card": 4, "port": 8} - ] - } - -} -- 1.9.3