test suite reviews and discussions
 help / color / mirror / Atom feed
From: Yong Liu <yong.liu@intel.com>
To: dts@dpdk.org
Subject: [dts] [PATCH 4/4] Remove useless file ixiacfg.py
Date: Mon, 10 Aug 2015 16:50:24 +0800	[thread overview]
Message-ID: <1439196624-10377-5-git-send-email-yong.liu@intel.com> (raw)
In-Reply-To: <1439196624-10377-1-git-send-email-yong.liu@intel.com>

From: Marvin Liu <yong.liu@intel.com>

Signed-off-by: Marvin Liu <yong.liu@intel.com>

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

      parent reply	other threads:[~2015-08-10  8:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-10  8:50 [dts] [PATCH 0/4] Load Ixia information for configuration file Yong Liu
2015-08-10  8:50 ` [dts] [PATCH 1/4] Support load ixia " Yong Liu
2015-08-10  8:50 ` [dts] [PATCH 2/4] Add " Yong Liu
2015-08-10  8:50 ` [dts] [PATCH 3/4] Load configuration file replace of import object Yong Liu
2015-08-10  8:50 ` Yong Liu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1439196624-10377-5-git-send-email-yong.liu@intel.com \
    --to=yong.liu@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).