aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/network_services/vnf_generic
diff options
context:
space:
mode:
authorVolodymyr Mytnyk <volodymyrx.mytnyk@intel.com>2019-02-08 16:14:30 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-02-08 16:14:30 +0000
commit9c9383a1465c1e4339507fc8462aecc067bd520c (patch)
tree6acea1b5ef31231c57ed8f4d0043924262ab4f7b /yardstick/network_services/vnf_generic
parentca0afa46139de74dfdd9f018b9e3dd0782e9dbfb (diff)
parent1ad8da59859f72c97321c9cf8a4f048fc57addd1 (diff)
Merge "Fix QnQ issue"
Diffstat (limited to 'yardstick/network_services/vnf_generic')
-rw-r--r--yardstick/network_services/vnf_generic/vnf/tg_rfc2544_ixia.py2
1 files changed, 1 insertions, 1 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 2f9eb3f0d..599d29756 100644
--- a/yardstick/network_services/vnf_generic/vnf/tg_rfc2544_ixia.py
+++ b/yardstick/network_services/vnf_generic/vnf/tg_rfc2544_ixia.py
@@ -60,7 +60,7 @@ class IxiaBasicScenario(object):
self._uplink_vports = vports[::2]
self._downlink_vports = vports[1::2]
self.client.create_traffic_model(self._uplink_vports,
- self._downlink_vports)
+ self._downlink_vports, traffic_profile)
def _get_stats(self):
return self.client.get_statistics()