Merge "makefile: Remove obsolete copy operations"
[vswitchperf.git] / conf / 10_custom.conf
1 # Copyright 2015 Intel Corporation.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #   http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 RTE_TARGET = '' # the relevant DPDK build target
16
17 # traffic generator to use in tests
18 #TRAFFICGEN = 'TestCenter'
19 TRAFFICGEN = 'Dummy'
20 #TRAFFICGEN = 'IxNet'
21 #TRAFFICGEN = 'Ixia'
22 #TRAFFICGEN = 'Xena'
23
24 ###########################################
25 # Spirent TestCenter Configuration -- BEGIN
26 TRAFFICGEN_STC_LAB_SERVER_ADDR = "10.134.156.93"
27
28 TRAFFICGEN_STC_LICENSE_SERVER_ADDR = "10.134.156.96"
29
30 TRAFFICGEN_STC_EAST_CHASSIS_ADDR = "10.134.156.70"
31 TRAFFICGEN_STC_EAST_SLOT_NUM = "1"
32 TRAFFICGEN_STC_EAST_PORT_NUM = "1"
33 TRAFFICGEN_STC_EAST_INTF_ADDR = "192.85.1.3"
34 TRAFFICGEN_STC_EAST_INTF_GATEWAY_ADDR = "192.85.1.103"
35
36 TRAFFICGEN_STC_WEST_CHASSIS_ADDR = "10.134.156.70"
37 TRAFFICGEN_STC_WEST_SLOT_NUM = "1"
38 TRAFFICGEN_STC_WEST_PORT_NUM = "2"
39 TRAFFICGEN_STC_WEST_INTF_ADDR = "192.85.1.103"
40 TRAFFICGEN_STC_WEST_INTF_GATEWAY_ADDR = "192.85.1.3"
41 # Spirent TestCenter Configuration -- END
42 #########################################
43
44
45 # Ixia/IxNet configuration
46 TRAFFICGEN_IXIA_CARD = ''
47 TRAFFICGEN_IXIA_PORT1 = ''
48 TRAFFICGEN_IXIA_PORT2 = ''
49 TRAFFICGEN_IXIA_LIB_PATH = '/opt/ixos/lib/ixTcl1.0'
50 TRAFFICGEN_IXNET_LIB_PATH = '/opt/ixnet/IxTclNetwork'
51
52 # Ixia traffic generator
53 TRAFFICGEN_IXIA_HOST = ''      # quad dotted ip address
54
55 # host where IxNetwork GUI/daemon runs
56 TRAFFICGEN_IXNET_MACHINE = ''  # quad dotted ip address
57 TRAFFICGEN_IXNET_PORT = ''
58 TRAFFICGEN_IXNET_USER = ''
59
60 # paths to shared directory for IXIA_HOST and DUT (localhost)
61 TRAFFICGEN_IXNET_TESTER_RESULT_DIR = ''
62 TRAFFICGEN_IXNET_DUT_RESULT_DIR = ''
63
64 # Xena traffic generator connection info
65 TRAFFICGEN_XENA_IP = ''
66 TRAFFICGEN_XENA_PORT1 = ''
67 TRAFFICGEN_XENA_PORT2 = ''
68 TRAFFICGEN_XENA_USER = ''
69 TRAFFICGEN_XENA_PASSWORD = ''
70 TRAFFICGEN_XENA_MODULE1 = ''
71 TRAFFICGEN_XENA_MODULE2 = ''
72
73 # Xena Port IP info
74 TRAFFICGEN_XENA_PORT0_IP = '192.168.199.10'
75 TRAFFICGEN_XENA_PORT0_CIDR = 24
76 TRAFFICGEN_XENA_PORT0_GATEWAY = '192.168.199.1'
77 TRAFFICGEN_XENA_PORT1_IP = '192.168.199.11'
78 TRAFFICGEN_XENA_PORT1_CIDR = 24
79 TRAFFICGEN_XENA_PORT1_GATEWAY = '192.168.199.1'
80
81 TEST_PARAMS = {'pkt_sizes':'64'}
82
83 OPNFV_INSTALLER = "Fuel"
84 OPNFV_URL = "http://testresults.opnfv.org/testapi"
85 PACKAGE_LIST = "src/package-list.mk"