From 07fa6d43cf0ac1baf3cd67e741f474273fbd387d Mon Sep 17 00:00:00 2001 From: "Yiting.Li" Date: Fri, 22 Jan 2016 10:46:57 +0800 Subject: JIRA: BOTTLENECKS-29 Add a end-to-end test framework delete the wrong author flag and fix some missing of the copy right Change-Id: Ia9f72ff3e523f05cd0d5e32e3349a3f6acad5bd1 Signed-off-by: Yiting.Li (cherry picked from commit 0ea3b714615e7a9383048a13695bbe4d62f028fd) --- vstf/vstf/agent/unittest/env/configuration/Tn.json | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100755 vstf/vstf/agent/unittest/env/configuration/Tn.json (limited to 'vstf/vstf/agent/unittest/env/configuration/Tn.json') diff --git a/vstf/vstf/agent/unittest/env/configuration/Tn.json b/vstf/vstf/agent/unittest/env/configuration/Tn.json deleted file mode 100755 index 04c160da..00000000 --- a/vstf/vstf/agent/unittest/env/configuration/Tn.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "scenario": "tn", - "env-build": [ - { - "ip": "192.168.188.16", - "drivers": [ - "ixgbe" - ], - "vms": [], - "bridges": [ - { - "type": "ovs", - "name": "ovs1", - "uplinks": [ - { - "bdf": "04:00.0", - "vlan_mode": "trunk", - "vlan_id": "1,100,200" - }, - { - "bdf": "04:00.1", - "vlan_mode": "trunk", - "vlan_id": "1,100,200" - } - ], - "vtep": {}, - "fastlink": [ - { - "inport": "04:00.0", - "outport": "04:00.1" - } - ] - } - ] - } - ] -} \ No newline at end of file -- cgit 1.2.3-korg