Python: Upgrade Python version from 3.4 to 3.6
[vswitchperf.git] / conf / 07_loadgen.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 LOADGEN_DIR = os.path.join(ROOT_DIR, 'tools/load_gen')
16
17 ######################################################
18 # LOADGEN tool: one of DummyLoadGen, Stress, StressNg,
19 # and StressorVM
20 ######################################################
21 LOADGEN = "DummyLoadGen"
22 ######################################################
23
24
25 ######################################################
26 # StressorVm specific COnfiguration
27 ######################################################
28 NN_COUNT = 1
29 NN_MEMORY = ['4096']
30 NN_SMP = ['2']
31 NN_IMAGE = ['/home/opnfv/stressng-images/stressng-high-TypeE.qemu']
32 NN_SHARED_DRIVE_TYPE = ['scsi']
33 NN_BOOT_DRIVE_TYPE = ['scsi']
34 NN_CORE_BINDING = [('9','10')]
35 NN_NICS_NR = ['2']
36 NN_BASE_VNC_PORT = 4
37 NN_LOG_FILE = 'nnqemu.log'