Port RFC2544.BackToBackFrames test to vsperf
[vswitchperf.git] / conf / 04_vnf.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 # VNF configuration
17 # ############################
18 QEMU_DIR = ''
19
20 # ############################
21 # Executables
22 # ############################
23
24 QEMU_BIN = 'qemu-system-x86_64'
25
26 # ############################
27 # Guest configuration
28 # ############################
29
30 # directory which is shared to QEMU guests. Useful for exchanging files
31 # between host and guest
32 GUEST_SHARE_DIR = '/tmp/qemu_share'
33
34 # location of guest disk image
35 GUEST_IMAGE = ''
36
37 # username for guest image
38 GUEST_USERNAME = ''
39
40 # password for guest image
41 GUEST_PASSWORD = ''
42
43 # login username prompt for guest image
44 GUEST_PROMPT_LOGIN = ''
45
46 # login password prompt for guest image
47 GUEST_PROMPT_PASSWORD = ''
48
49 # standard prompt for guest image
50 GUEST_PROMPT = ''
51
52 # log file for qemu
53 LOG_FILE_QEMU = 'qemu.log'
54
55 # log file for all commands executed on guest(s)
56 # multiple guests will result in log files with the guest number appended
57 LOG_FILE_GUEST_CMDS = 'guest-cmds.log'
58