aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/network_services/traffic_profile/__init__.py
diff options
context:
space:
mode:
authorVolodymyr Mytnyk <volodymyrx.mytnyk@intel.com>2019-04-08 09:23:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-04-08 09:23:23 +0000
commitd2f9220dacab0b49563d30d9855f97b358ac507c (patch)
treed6280491d41167c68d310193d690ffa37e077f54 /yardstick/network_services/traffic_profile/__init__.py
parent05ee87a4710c723e130a2b4744e7fd7993892d1f (diff)
parent9b043a1529a52c5269f6a67f951a5df1b12f2786 (diff)
Merge "Add sipp trafficgen based SampleVNFTrafficGen"
Diffstat (limited to 'yardstick/network_services/traffic_profile/__init__.py')
-rw-r--r--yardstick/network_services/traffic_profile/__init__.py1
1 files changed, 1 insertions, 0 deletions
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: