Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Copyright 2015 Intel Corporation.
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
- #RTE_TARGET = '' # the relevant DPDK build target
- # traffic generator to use in tests
- TRAFFICGEN = 'Dummy'
- #TRAFFICGEN = 'Moongen'
- VSWITCH = 'OvsVanilla'
- ###################################################
- # MoonGen Configuration and Connection Info-- BEGIN
- # Ex: TRAFFICGEN_MOONGEN_HOST_IP_ADDR = "192.10.1.1"
- TRAFFICGEN_MOONGEN_HOST_IP_ADDR = ""
- TRAFFICGEN_MOONGEN_USER = "root"
- TRAFFICGEN_MOONGEN_BASE_DIR = "/root/MoonGen"
- TRAFFICGEN_MOONGEN_PORTS = "{0,1}"
- # Ex. 10 Gbps: TRAFFICGEN_MOONGEN_LINE_SPEED_GBPS = '10'
- # Today only 10 Gbps is supported
- TRAFFICGEN_MOONGEN_LINE_SPEED_GBPS = '10'
- # MoonGen Configuration and Connection Info-- END
- ###################################################
- ####################################################
- #TEST_PARAMS = {'TRAFFICGEN_PKT_SIZES':(64,)}
- #OPNFV_INSTALLER = "Fuel"
- #OPNFV_URL = "http://testresults.opnfv.org/test/api/v1"
- #PACKAGE_LIST = "src/package-list.mk"
- # Binary package configuration for RHEL 7.3 systems with Vanilla OVS
- ####################################################################
- # Uncomment these lines for binary usage of Vanilla OVS.
- PATHS['vswitch']['ovs_var_tmp'] = '/var/run/openvswitch/'
- PATHS['vswitch']['ovs_etc_tmp'] = '/etc/openvswitch/'
- PATHS['vswitch']['OvsVanilla']['bin']['modules'] = [
- 'libcrc32c', 'ip_tunnel', 'vxlan', 'gre', 'nf_nat', 'nf_nat_ipv6',
- 'nf_nat_ipv4', 'nf_conntrack', 'nf_defrag_ipv4', 'nf_defrag_ipv6',
- 'openvswitch']
- PATHS['vswitch']['OvsVanilla']['type'] = 'bin'
- PATHS['dpdk']['type'] = 'bin'
- PATHS['dpdk']['bin']['modules'] = ['uio', 'igb_uio']
- PATHS['qemu']['type'] = 'bin'
- PATHS['qemu']['bin']['qemu-system'] = 'qemu-system-x86_64'
Advertisement
Add Comment
Please, Sign In to add comment