aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/network_services/traffic_profile
diff options
context:
space:
mode:
authorAbhijit Sinha <abhijit.sinha@intel.com>2018-11-07 11:28:12 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-11-07 11:28:12 +0000
commitf9810fba664dd5dbb52be1709fece1959d49a536 (patch)
tree93925c3f27a12dc0b5e886c4c4d2a1496b271076 /yardstick/network_services/traffic_profile
parentd4f4370bfe04dbf86024c69c1e7a0395ee62bff8 (diff)
parent9a183e6c950358c08835fd956265ad93cbb8038d (diff)
Merge "Add IxNextgen API for settings IP priority"
Diffstat (limited to 'yardstick/network_services/traffic_profile')
-rw-r--r--yardstick/network_services/traffic_profile/ixia_rfc2544.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yardstick/network_services/traffic_profile/ixia_rfc2544.py b/yardstick/network_services/traffic_profile/ixia_rfc2544.py
index 0b7a78c2c..83d24a412 100644
--- a/yardstick/network_services/traffic_profile/ixia_rfc2544.py
+++ b/yardstick/network_services/traffic_profile/ixia_rfc2544.py
@@ -113,6 +113,7 @@ class IXIARFC2544Profile(trex_traffic_profile.TrexProfile):
'dstmask': dstmask,
'type': key,
'proto': outer_l3.get('proto'),
+ 'priority': outer_l3.get('priority')
})
outer_l4 = value.get('outer_l4')