summaryrefslogtreecommitdiffstats
path: root/scripts/api/stl
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-02-09 08:17:32 -0500
committerimarom <imarom@cisco.com>2016-02-09 08:17:32 -0500
commite8ba50a8940c1288011b434bb1a7df2159578d67 (patch)
treeb86c87714071a9a7f009d50d4693c83461fba118 /scripts/api/stl
parent7e2be1dd25c03b76765cbaa0cfa615210a4efc73 (diff)
YAML loader
Diffstat (limited to 'scripts/api/stl')
-rw-r--r--scripts/api/stl/profiles/burst.yaml39
1 files changed, 0 insertions, 39 deletions
diff --git a/scripts/api/stl/profiles/burst.yaml b/scripts/api/stl/profiles/burst.yaml
deleted file mode 100644
index dbd348c7..00000000
--- a/scripts/api/stl/profiles/burst.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-### Single stream UDP packet, 64B ###
-#####################################
-- name: stream0
- stream:
- self_start: True
- next_stream_id: stream1
- packet:
- binary: 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: udp_64B.pcap
- mode:
- type: single_burst
- pps: 100
- total_pkts : 200
- rx_stats: []
- vm: []
-
-- name: stream2
- stream:
- self_start: False
- packet:
- binary: udp_64B.pcap
- mode:
- type: single_burst
- pps: 100
- total_pkts : 300
- rx_stats: []
- vm: []