add yardstick iruya 9.0.0 release notes
[yardstick.git] / samples / vnf_samples / traffic_profiles / ixia_ipv4_latency.yaml
index 5074914..1ecb2cb 100644 (file)
@@ -19,7 +19,8 @@
 # the profile defines a public and private side to make limited traffic correlation
 # between private and public side same way as it is made by IXIA solution.
 #
-schema: "isb:traffic_profile:0.1"
+{% set frame_rate = get(extra_args, 'frame_rate' or '100%' ) %}
+schema: "nsb:traffic_profile:0.1"
 
 # This file is a template, it will be filled with values from tc.yaml before passing to the traffic generator
 
@@ -27,8 +28,9 @@ name:            rfc2544
 description:     Traffic profile to run RFC2544 latency
 traffic_profile:
   traffic_type : IXIARFC2544Profile # defines traffic behavior - constant or look for highest possible throughput
-  frame_rate : 100  # pc of linerate
+  frame_rate : {{ frame_rate }}  # pc of linerate
   duration: {{ duration }}
+  enable_latency: True
 
 uplink_0:
       ipv4:
@@ -52,7 +54,8 @@ uplink_0:
             srcip4: "{{get(flow, 'flow.src_ip_0', '1.1.1.1-1.15.255.255') }}"
             dstip4: "{{get(flow, 'flow.dst_ip_0', '90.90.1.1-90.105.255.255') }}"
             count: "{{get(flow, 'flow.count', '1') }}"
-            seed: "{{get(flow, 'flow.seed', '1') }}"
+            srcseed: "{{get(flow, 'flow.srcseed', '1') }}"
+            dstseed: "{{get(flow, 'flow.dstseed', '1') }}"
             ttl: 32
             dscp: 0
         outer_l4:
@@ -85,7 +88,8 @@ downlink_0:
             dstip4: "{{get(flow, 'flow.public_ip_0', '90.90.1.1-90.105.255.255') }}"
             {% endif %}
             count: "{{get(flow, 'flow.count', '1') }}"
-            seed: "{{get(flow, 'flow.seed', '1') }}"
+            srcseed: "{{get(flow, 'flow.srcseed', '1') }}"
+            dstseed: "{{get(flow, 'flow.dstseed', '1') }}"
             ttl: 32
             dscp: 0
         outer_l4:
@@ -115,7 +119,8 @@ uplink_1:
             srcip4: "{{get(flow, 'flow.src_ip_1', '1.1.1.1-1.15.255.255') }}"
             dstip4: "{{get(flow, 'flow.dst_ip_1', '90.90.1.1-90.105.255.255') }}"
             count: "{{get(flow, 'flow.count', '1') }}"
-            seed: "{{get(flow, 'flow.seed', '1') }}"
+            srcseed: "{{get(flow, 'flow.srcseed', '1') }}"
+            dstseed: "{{get(flow, 'flow.dstseed', '1') }}"
             ttl: 32
             dscp: 0
         outer_l4:
@@ -148,7 +153,8 @@ downlink_1:
             dstip4: "{{get(flow, 'flow.public_ip_1', '90.90.1.1-90.105.255.255') }}"
             {% endif %}
             count: "{{get(flow, 'flow.count', '1') }}"
-            seed: "{{get(flow, 'flow.seed', '1') }}"
+            srcseed: "{{get(flow, 'flow.srcseed', '1') }}"
+            dstseed: "{{get(flow, 'flow.dstseed', '1') }}"
             ttl: 32
             dscp: 0
         outer_l4: