Port RFC2544.BackToBackFrames test to vsperf
[vswitchperf.git] / conf / 03_traffic.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 # ############################
16 # Traffic gen configuration
17 # ############################
18
19 # log file for all traffic generator related commands
20 LOG_FILE_TRAFFIC_GEN = 'traffic-gen.log'
21
22 #path to traffic generators directory.
23 TRAFFICGEN_DIR = os.path.join(ROOT_DIR, 'tools/pkt_gen')
24
25 # traffic generator to use in tests
26 TRAFFICGEN = 'IxNet'
27
28 # List of packet sizes to send.
29 # Expand like this: (64, 128, 256, 512, 1024)
30 TRAFFICGEN_PKT_SIZES = (64,)
31
32 # path to 'ixos' install path
33 TRAFFICGEN_IXIA_ROOT_DIR = '/opt/ixos'
34
35 # network address of IXIA chassis
36 TRAFFICGEN_IXIA_HOST = ''
37
38 TRAFFICGEN_IXIA_CARD = ''
39
40 TRAFFICGEN_IXIA_PORT1 = ''
41
42 TRAFFICGEN_IXIA_PORT2 = ''
43
44 TRAFFICGEN_IXNET_LIB_PATH = '/opt/ixnetwork/lib/IxTclNetwork'
45
46 # IxNetwork host IP address
47 TRAFFICGEN_IXNET_MACHINE = ''
48 TRAFFICGEN_IXNET_PORT = ''
49 TRAFFICGEN_IXNET_USER = ''
50 TRAFFICGEN_IXNET_CHASSIS = ''
51
52 # The result directory on $TRAFFICGEN_IXNET_MACHINE
53 TRAFFICGEN_IXNET_TESTER_RESULT_DIR = ''
54
55 # The result directory on DUT. This needs to map to the same directory
56 # as the previous one
57 TRAFFICGEN_IXNET_DUT_RESULT_DIR = ''