JIRA: BOTTLENECKS-29
[bottlenecks.git] / vstf / vstf / agent / unittest / env / configuration / Tn1v.json
diff --git a/vstf/vstf/agent/unittest/env/configuration/Tn1v.json b/vstf/vstf/agent/unittest/env/configuration/Tn1v.json
deleted file mode 100755 (executable)
index 5a25efd..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-{
-    "scenario": "tnv",
-    "env-build": [
-        {
-            "ip": "192.168.188.16",
-            "drivers": [
-                "ixgbe",
-                "tap_vhost"
-            ],
-            "vms": [
-                {
-                    "vm_cpu": 3,
-                    "vm_name": "test1",
-                    "vm_memory": 4194304,
-                    "image_path": "/mnt/sdb/test1.qcow2",
-                    "image_type": "qcow2",
-                    "init_config": {
-                        "amqp_server": "192.168.188.10",
-                        "ctrl_ip_setting": "192.168.188.200/23",
-                        "tap_pktloop_config": "dpdk",
-                        "ctrl_gw": "192.168.188.1"
-                    },
-                    "taps": [
-                        {
-                            "tap_name": "tap_in",
-                            "br_type": "ovs",
-                            "br_name": "ovs1",
-                            "tap_mac": "56:6f:44:a5:3f:a2",
-                            "vlan_mode": "access",
-                            "vlan_id": "100"
-                        },
-                        {
-                            "tap_name": "tap_out",
-                            "br_type": "ovs",
-                            "br_name": "ovs22",
-                            "tap_mac": "56:6f:44:a5:3f:a3",
-                            "vlan_mode": "access",
-                            "vlan_id": "200"
-                        }
-                    ],
-                    "ctrl_mac": "16:6f:44:a5:3f:a2",
-                    "ctrl_br": "br0"
-                }
-            ],
-            "bridges": [
-                {
-                    "type": "ovs",
-                    "name": "ovs1",
-                    "uplinks": [
-                               {
-                            "bdf": "04: 00.0",
-                            "vlan_mode": "trunk",
-                                       "vlan_id": "100"
-                               }
-                    ],
-                    "vtep":{},
-                    "fastlink":[
-                           {
-                               "inport":"04: 00.0",
-                               "outport":"tap_in"
-                           }
-                       ]
-                },
-                {
-                    "type": "ovs",
-                    "name": "ovs2",
-                    "uplinks": [
-                       {
-                               "bdf": "04: 00.1",
-                               "vlan_mode": "trunk",
-                               "vlan_id": "200"
-                        }
-                    ],
-                    "vtep":{},
-                    "fastlink":[
-                           {
-                               "inport":"04: 00.1",
-                               "outport":"tap_out"
-                           }
-                       ]
-                }
-            ]
-        }
-    ]
-}
\ No newline at end of file