aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/network_services/traffic_profile
diff options
context:
space:
mode:
authorAbhijit Sinha <abhijit.sinha@intel.com>2018-08-10 12:59:20 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-08-10 12:59:20 +0000
commit04eb2e6ed5fa8710e853cf5d090498bf76cfdc18 (patch)
treef74143393f23ce32541335c2f30219535b54b645 /yardstick/network_services/traffic_profile
parentb14feea5830bf9800ed8b589a43f87fab4dba772 (diff)
parent391d020a1acaeca1831c9f43d6c98b3ca4b57ee8 (diff)
Merge "Add QinQ support for IXIA traffic profile"
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 2086273e6..26dc1fe04 100644
--- a/yardstick/network_services/traffic_profile/ixia_rfc2544.py
+++ b/yardstick/network_services/traffic_profile/ixia_rfc2544.py
@@ -88,6 +88,7 @@ class IXIARFC2544Profile(trex_traffic_profile.TrexProfile):
'outer_l2': {
'framesize': value['outer_l2']['framesize'],
'framesPerSecond': True,
+ 'QinQ': value['outer_l2'].get('QinQ'),
'srcmac': mac['src_mac_{}'.format(port_index)],
'dstmac': mac['dst_mac_{}'.format(port_index)],
},