Build VPP startup configuration file 43/65243/10
authortreyad <treyad@viosoft.com>
Tue, 20 Nov 2018 08:37:40 +0000 (00:37 -0800)
committerTarek Reyad <treyad@viosoft.com>
Wed, 27 Mar 2019 18:14:59 +0000 (18:14 +0000)
commitfaa02f995c7e22bb1bb2ff5cd745c375b3fb3b51
treedb55414a26ebdd4b1d246f412ac0d41c2091bff5
parenta7f84ade30af4c10bcceedcd590b42e5caa53ff3
Build VPP startup configuration file

Provided configuration parameters into /etc/vpp/startup.conf

JIRA: YARDSTICK-1502

Change-Id: Ib64908a2975a13a1cecd2e6bd7232071628ad431
Signed-off-by: treyad <treyad@viosoft.com>
15 files changed:
setup.py
yardstick/network_services/helpers/cpu.py
yardstick/network_services/vnf_generic/vnf/ipsec_vnf.py
yardstick/network_services/vnf_generic/vnf/vpp_helpers.py
yardstick/resources/templates/add_ip_address.vat [new file with mode: 0644]
yardstick/resources/templates/add_ip_neighbor.vat [new file with mode: 0644]
yardstick/resources/templates/add_route.vat [new file with mode: 0644]
yardstick/resources/templates/del_route.vat [new file with mode: 0644]
yardstick/resources/templates/flush_ip_addresses.vat [new file with mode: 0644]
yardstick/resources/templates/hw_interface_set_mtu.vat [new file with mode: 0644]
yardstick/resources/templates/interface_dump.vat [new file with mode: 0644]
yardstick/resources/templates/set_if_state.vat [new file with mode: 0644]
yardstick/tests/unit/network_services/helpers/test_cpu.py
yardstick/tests/unit/network_services/vnf_generic/vnf/test_ipsec_vnf.py
yardstick/tests/unit/network_services/vnf_generic/vnf/test_vpp_helpers.py