Merge "test_spec: Clarify LTD.Throughput.RFC2544.SystemRecoveryTime"
[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 # traffic generator to use in tests
16 RTE_SDK = ''    # full path to DPDK src dir
17 OVS_DIR = ''    # full path to Open vSwitch src dir
18 RTE_TARGET = '' # the relevant DPDK build target
19
20 # traffic generator to use in tests
21 TRAFFICGEN = 'Dummy'
22 #TRAFFICGEN = 'IxNet'
23 #TRAFFICGEN = 'Ixia'
24
25 # Ixia/IxNet configuration
26 TRAFFICGEN_IXIA_CARD = ''
27 TRAFFICGEN_IXIA_PORT1 = ''
28 TRAFFICGEN_IXIA_PORT2 = ''
29 TRAFFICGEN_IXIA_LIB_PATH = '/opt/ixos/lib/ixTcl1.0'
30 TRAFFICGEN_IXNET_LIB_PATH = '/opt/ixnet/IxTclNetwork'
31
32 # Ixia traffic generator
33 TRAFFICGEN_IXIA_HOST = ''      # quad dotted ip address
34
35 # host where IxNetwork GUI/daemon runs
36 TRAFFICGEN_IXNET_MACHINE = ''  # quad dotted ip address
37 TRAFFICGEN_IXNET_PORT = ''
38 TRAFFICGEN_IXNET_USER = ''
39
40 # paths to shared directory for IXIA_HOST and DUT (localhost)
41 TRAFFICGEN_IXNET_TESTER_RESULT_DIR = ''
42 TRAFFICGEN_IXNET_DUT_RESULT_DIR = ''
43
44 TEST_PARAMS = {'packet_sizes':'64'}