Add IxNextgen API for settings IP priority
[yardstick.git] / yardstick / network_services / traffic_profile / ixia_rfc2544.py
index b8aa78d..8d4e171 100644 (file)
@@ -111,6 +111,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')