From 9b043a1529a52c5269f6a67f951a5df1b12f2786 Mon Sep 17 00:00:00 2001 From: treyad Date: Wed, 24 Oct 2018 22:02:42 -0700 Subject: Add sipp trafficgen based SampleVNFTrafficGen This patch defines: - Generic VNF APIs to test Network service: --> instantiate: prepare the arguments for run sipp --> run_traffic: run sipp test and handle the result file --> collect_kpi: collect results and push to queue --> terminate JIRA: YARDSTICK-1446 Change-Id: I7f6b7dd253164bb5c359ac866cb8cae81f504d65 Signed-off-by: treyad --- yardstick/network_services/traffic_profile/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'yardstick/network_services/traffic_profile/__init__.py') diff --git a/yardstick/network_services/traffic_profile/__init__.py b/yardstick/network_services/traffic_profile/__init__.py index c5d8eff0b..85b3d54a0 100644 --- a/yardstick/network_services/traffic_profile/__init__.py +++ b/yardstick/network_services/traffic_profile/__init__.py @@ -31,6 +31,7 @@ def register_modules(): 'yardstick.network_services.traffic_profile.pktgen', 'yardstick.network_services.traffic_profile.landslide_profile', 'yardstick.network_services.traffic_profile.vpp_rfc2544', + 'yardstick.network_services.traffic_profile.sip', ] for module in modules: -- cgit 1.2.3-korg