summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-11-24 18:40:55 +0200
committerimarom <imarom@cisco.com>2015-11-24 18:40:55 +0200
commite5e2692e6dc32dae7b55f3e1435081b5ca732220 (patch)
tree1b292410800227cd420cccf7b9a4a1506882c202 /scripts
parent045d0f8f31b2e68b8f726377fabb3205b5d19cf5 (diff)
parent7fa3f1c03c5f7b099297eead877b7a86e252f520 (diff)
Pulling latest
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/stl/imix_1pkt.yaml20
-rwxr-xr-xscripts/stl/imix_2pkt.yaml38
-rwxr-xr-xscripts/stl/imix_3pkt.yaml56
-rw-r--r--scripts/stl/udp_1518B_no_crc.pcapbin0 -> 1554 bytes
-rw-r--r--scripts/stl/udp_594B_no_crc.pcapbin0 -> 630 bytes
-rw-r--r--scripts/stl/udp_64B_no_crc.pcapbin0 -> 100 bytes
6 files changed, 57 insertions, 57 deletions
diff --git a/scripts/stl/imix_1pkt.yaml b/scripts/stl/imix_1pkt.yaml
index 511f8695..1db00685 100755
--- a/scripts/stl/imix_1pkt.yaml
+++ b/scripts/stl/imix_1pkt.yaml
@@ -1,11 +1,11 @@
-### Single stream UDP packet, 64B ###
-#####################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: cap2/udp_64B.pcap
- mode:
- type: continuous
- pps: 100
+### Single stream UDP packet, 64B ###
+#####################################
+- name: udp_64B
+ stream:
+ self_start: True
+ packet:
+ binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
+ mode:
+ type: continuous
+ pps: 100
rx_stats: [] \ No newline at end of file
diff --git a/scripts/stl/imix_2pkt.yaml b/scripts/stl/imix_2pkt.yaml
index 17a7bdc1..bd9089f5 100755
--- a/scripts/stl/imix_2pkt.yaml
+++ b/scripts/stl/imix_2pkt.yaml
@@ -1,20 +1,20 @@
-### Two-stream UDP packets, 64B and 594B ###
-############################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: cap2/udp_64B.pcap
- mode:
- type: continuous
- pps: 100
- rx_stats: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: cap2/udp_594B.pcap
- mode:
- type: continuous
- pps: 100
+### Two-stream UDP packets, 64B and 594B ###
+############################################
+- name: udp_64B
+ stream:
+ self_start: True
+ packet:
+ binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
+ mode:
+ type: continuous
+ pps: 100
+ rx_stats: []
+- name: udp_594B
+ stream:
+ self_start: True
+ packet:
+ binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
+ mode:
+ type: continuous
+ pps: 100
rx_stats: [] \ No newline at end of file
diff --git a/scripts/stl/imix_3pkt.yaml b/scripts/stl/imix_3pkt.yaml
index d3923fb8..5405edb0 100755
--- a/scripts/stl/imix_3pkt.yaml
+++ b/scripts/stl/imix_3pkt.yaml
@@ -1,29 +1,29 @@
-### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: cap2/udp_64B.pcap
- mode:
- type: continuous
- pps: 100
- rx_stats: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: cap2/udp_594B.pcap
- mode:
- type: continuous
- pps: 100
- rx_stats: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: cap2/udp_1518B.pcap
- mode:
- type: continuous
- pps: 100
+### Three-stream UDP packets, 64B, 594B and 1518B ###
+#####################################################
+- name: udp_64B
+ stream:
+ self_start: True
+ packet:
+ binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
+ mode:
+ type: continuous
+ pps: 100
+ rx_stats: []
+- name: udp_594B
+ stream:
+ self_start: True
+ packet:
+ binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
+ mode:
+ type: continuous
+ pps: 100
+ rx_stats: []
+- name: udp_1518B
+ stream:
+ self_start: True
+ packet:
+ binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
+ mode:
+ type: continuous
+ pps: 100
rx_stats: [] \ No newline at end of file
diff --git a/scripts/stl/udp_1518B_no_crc.pcap b/scripts/stl/udp_1518B_no_crc.pcap
new file mode 100644
index 00000000..145a44ad
--- /dev/null
+++ b/scripts/stl/udp_1518B_no_crc.pcap
Binary files differ
diff --git a/scripts/stl/udp_594B_no_crc.pcap b/scripts/stl/udp_594B_no_crc.pcap
new file mode 100644
index 00000000..5cde2f7c
--- /dev/null
+++ b/scripts/stl/udp_594B_no_crc.pcap
Binary files differ
diff --git a/scripts/stl/udp_64B_no_crc.pcap b/scripts/stl/udp_64B_no_crc.pcap
new file mode 100644
index 00000000..ab3f985b
--- /dev/null
+++ b/scripts/stl/udp_64B_no_crc.pcap
Binary files differ