Add vIPSEC VNF for running Crypto performance test case 49/65149/12
authortreyad <treyad@viosoft.com>
Thu, 15 Nov 2018 16:44:33 +0000 (08:44 -0800)
committerTarek Reyad <treyad@viosoft.com>
Thu, 21 Feb 2019 10:31:10 +0000 (10:31 +0000)
commit305c50188851155207b41120e8c89fee4c5eeb63
tree6559adbae1be53e0cf4e516abab374d8120d8d73
parentda9f1c865045ffc418646d33bc3d95376e5ef019
Add vIPSEC VNF for running Crypto performance test case

VNF life cycle
- instantiate
- collect_kpi
- terminate

JIRA: YARDSTICK-1484

Change-Id: I39fd24fdadbce6cee161c906fc95c16a36cb7cd8
Signed-off-by: treyad <treyad@viosoft.com>
yardstick/network_services/helpers/cpu.py
yardstick/network_services/vnf_generic/vnf/base.py
yardstick/network_services/vnf_generic/vnf/ipsec_vnf.py [new file with mode: 0644]
yardstick/network_services/vnf_generic/vnf/vpp_helpers.py [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 [new file with mode: 0644]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_vpp_helpers.py [new file with mode: 0644]