trex: Add support for burst traffic type
[vswitchperf.git] / conf / integration / 01_testcases.conf
index bb2809b..8c013d2 100644 (file)
@@ -1129,10 +1129,11 @@ INTEGRATION_TESTS += [
         "vSwitch" : "OvsDpdkVhost", # works also for Vanilla OVS
         "Parameters" : {
             "TRAFFICGEN" : "Trex",
-            "TRAFFICGEN_DURATION" : 5,
+            "TRAFFICGEN_TREX_LEARNING_MODE" : True,
             "TRAFFIC" : {
-                "traffic_type" : "rfc2544_continuous",
+                "traffic_type" : "burst",
                 "frame_rate" : 100,
+                "burst_size" : 5,
                 # enable capture of five RX frames
                 'capture': {
                     'enabled': True,