aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/network_services/vnf_generic/vnf/udp_replay.py
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-09-19 01:26:45 -0700
committerRoss Brattain <ross.b.brattain@intel.com>2017-09-19 01:27:33 -0700
commit25c1dfc9c071f6cf21cdfb5275995bd59c52474c (patch)
treee72ad8dc1e21a84bd13a9d3c21eb3417d07f200a /yardstick/network_services/vnf_generic/vnf/udp_replay.py
parent1e5e1977fab21941e6bd2158e6cf10680ceaa2f6 (diff)
UDP_Replay: enable collectd KPIs
Change-Id: I92146411707a9ec29864d164dbd63b96d05bffe0 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'yardstick/network_services/vnf_generic/vnf/udp_replay.py')
-rw-r--r--yardstick/network_services/vnf_generic/vnf/udp_replay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/network_services/vnf_generic/vnf/udp_replay.py b/yardstick/network_services/vnf_generic/vnf/udp_replay.py
index 88773387e..6b7779782 100644
--- a/yardstick/network_services/vnf_generic/vnf/udp_replay.py
+++ b/yardstick/network_services/vnf_generic/vnf/udp_replay.py
@@ -117,7 +117,7 @@ class UdpReplayApproxVnf(SampleVNF):
"packets_in": get_sum(1),
"packets_fwd": get_sum(2),
"packets_dropped": get_sum(3) + get_sum(4),
- "collect_stats": {},
+ 'collect_stats': self.resource_helper.collect_kpi(),
}
LOG.debug("UDP Replay collect KPIs %s", result)