aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/network_services/vnf_generic/vnf/tg_rfc2544_ixia.py
diff options
context:
space:
mode:
authorVolodymyr Mytnyk <volodymyrx.mytnyk@intel.com>2019-02-07 08:54:33 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-02-07 08:54:33 +0000
commit155d5fd7d8c3d0b69d79efca67946fa26f7ef37f (patch)
treee2163a602ca07c6eea2fd833f0e800d05ea08dac /yardstick/network_services/vnf_generic/vnf/tg_rfc2544_ixia.py
parent964e1564636bf75dacf3b44cd48f9fd516024fd3 (diff)
parente36115b1d2a6718eddab570709b694996103853d (diff)
Merge "Extend IXIA RFC2544 test case collected stats"
Diffstat (limited to 'yardstick/network_services/vnf_generic/vnf/tg_rfc2544_ixia.py')
-rw-r--r--yardstick/network_services/vnf_generic/vnf/tg_rfc2544_ixia.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yardstick/network_services/vnf_generic/vnf/tg_rfc2544_ixia.py b/yardstick/network_services/vnf_generic/vnf/tg_rfc2544_ixia.py
index f8eec4f4c..d3a2d9443 100644
--- a/yardstick/network_services/vnf_generic/vnf/tg_rfc2544_ixia.py
+++ b/yardstick/network_services/vnf_generic/vnf/tg_rfc2544_ixia.py
@@ -813,6 +813,7 @@ class IxiaResourceHelper(ClientResourceHelper):
completed, samples = traffic_profile.get_drop_percentage(
samples, min_tol, max_tol, precision, resolution,
first_run=first_run)
+ samples['Iteration'] = self.rfc_helper.iteration.value
self._queue.put(samples)
if completed: