results: update test dashboard url
[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
23 ###########################################
24 # Spirent TestCenter Configuration -- BEGIN
25 TRAFFICGEN_STC_LAB_SERVER_ADDR = "10.134.156.93"
26
27 TRAFFICGEN_STC_LICENSE_SERVER_ADDR = "10.134.156.96"
28
29 TRAFFICGEN_STC_EAST_CHASSIS_ADDR = "10.134.156.70"
30 TRAFFICGEN_STC_EAST_SLOT_NUM = "1"
31 TRAFFICGEN_STC_EAST_PORT_NUM = "1"
32 TRAFFICGEN_STC_EAST_INTF_ADDR = "192.85.1.3"
33 TRAFFICGEN_STC_EAST_INTF_GATEWAY_ADDR = "192.85.1.103"
34
35 TRAFFICGEN_STC_WEST_CHASSIS_ADDR = "10.134.156.70"
36 TRAFFICGEN_STC_WEST_SLOT_NUM = "1"
37 TRAFFICGEN_STC_WEST_PORT_NUM = "2"
38 TRAFFICGEN_STC_WEST_INTF_ADDR = "192.85.1.103"
39 TRAFFICGEN_STC_WEST_INTF_GATEWAY_ADDR = "192.85.1.3"
40 # Spirent TestCenter Configuration -- END
41 #########################################
42
43
44 # Ixia/IxNet configuration
45 TRAFFICGEN_IXIA_CARD = ''
46 TRAFFICGEN_IXIA_PORT1 = ''
47 TRAFFICGEN_IXIA_PORT2 = ''
48 TRAFFICGEN_IXIA_LIB_PATH = '/opt/ixos/lib/ixTcl1.0'
49 TRAFFICGEN_IXNET_LIB_PATH = '/opt/ixnet/IxTclNetwork'
50
51 # Ixia traffic generator
52 TRAFFICGEN_IXIA_HOST = ''      # quad dotted ip address
53
54 # host where IxNetwork GUI/daemon runs
55 TRAFFICGEN_IXNET_MACHINE = ''  # quad dotted ip address
56 TRAFFICGEN_IXNET_PORT = ''
57 TRAFFICGEN_IXNET_USER = ''
58
59 # paths to shared directory for IXIA_HOST and DUT (localhost)
60 TRAFFICGEN_IXNET_TESTER_RESULT_DIR = ''
61 TRAFFICGEN_IXNET_DUT_RESULT_DIR = ''
62
63 TEST_PARAMS = {'packet_sizes':'64'}
64
65 OPNFV_INSTALLER = "Fuel"
66 OPNFV_URL = "http://testresults.opnfv.org/testapi"
67 PACKAGE_LIST = "src/package-list.mk"