summaryrefslogtreecommitdiffstats
path: root/scripts/stl/yaml/burst_1pkt.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stl/yaml/burst_1pkt.yaml')
-rw-r--r--scripts/stl/yaml/burst_1pkt.yaml39
1 files changed, 0 insertions, 39 deletions
diff --git a/scripts/stl/yaml/burst_1pkt.yaml b/scripts/stl/yaml/burst_1pkt.yaml
deleted file mode 100644
index 48a62e68..00000000
--- a/scripts/stl/yaml/burst_1pkt.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-### Single stream UDP packet, 64B ###
-#####################################
-- name: stream0
- stream:
- self_start: True
- next_stream_id: stream1
- packet:
- binary: cap2/udp_64B.pcap
- mode:
- type: single_burst
- pps: 100
- total_pkts : 100
- rx_stats: []
- vm: []
-
-- name: stream1
- stream:
- self_start: False
- next_stream_id: stream2
- packet:
- binary: cap2/udp_64B.pcap
- mode:
- type: single_burst
- pps: 100
- total_pkts : 200
- rx_stats: []
- vm: []
-
-- name: stream2
- stream:
- self_start: False
- packet:
- binary: cap2/udp_64B.pcap
- mode:
- type: single_burst
- pps: 100
- total_pkts : 300
- rx_stats: []
- vm: [] \ No newline at end of file