X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=vstf%2Fvstf%2Fagent%2Funittest%2Fenv%2Fconfiguration%2FTi.json;fp=vstf%2Fvstf%2Fagent%2Funittest%2Fenv%2Fconfiguration%2FTi.json;h=0000000000000000000000000000000000000000;hb=07fa6d43cf0ac1baf3cd67e741f474273fbd387d;hp=892366121f43fbf7b396f682bfdf7f09551ae9ba;hpb=486719ea0024e683f4e90832e647becf3d5d5ab7;p=bottlenecks.git diff --git a/vstf/vstf/agent/unittest/env/configuration/Ti.json b/vstf/vstf/agent/unittest/env/configuration/Ti.json deleted file mode 100755 index 89236612..00000000 --- a/vstf/vstf/agent/unittest/env/configuration/Ti.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "scenario": "ti", - "env-build": [ - { - "ip": "192.168.188.16", - "drivers": [ - "ixgbe", - "vhost_net" - ], - "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", - "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" - } - ], - "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,200,300,400" - } - ], - "vtep":{}, - "fastlink":[ - { - "inport":"04: 00.0", - "outport":"tap_in" - } - ] - } - ] - } - ] -} \ No newline at end of file