[dts] [PATCH 4/4] Remove useless file ixiacfg.py

Yong Liu yong.liu at intel.com
Mon Aug 10 10:50:24 CEST 2015


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

Signed-off-by: Marvin Liu <yong.liu at 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



More information about the dts mailing list