summaryrefslogtreecommitdiffstats
path: root/scripts/yaml
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-02-09 11:11:08 -0500
committerimarom <imarom@cisco.com>2016-02-09 11:11:08 -0500
commitc07bd86f8c0a150f743c985dbef5e2bce857e0d9 (patch)
tree038d10e67fc24d61217522dd914bfc2ee531f5e1 /scripts/yaml
parent0aa48dc740012b94cdd0cea3e49c1cb0258d9ce9 (diff)
minor fixes
Diffstat (limited to 'scripts/yaml')
-rw-r--r--scripts/yaml/imix_3pkt.yaml2
-rw-r--r--scripts/yaml/imix_3pkt_vm.yaml13
2 files changed, 8 insertions, 7 deletions
diff --git a/scripts/yaml/imix_3pkt.yaml b/scripts/yaml/imix_3pkt.yaml
index 82d91935..d8c3ea44 100644
--- a/scripts/yaml/imix_3pkt.yaml
+++ b/scripts/yaml/imix_3pkt.yaml
@@ -10,6 +10,7 @@
pps: 28
- name: udp_594B
stream:
+ isg: 50.0
self_start: True
packet:
pcap: udp_594B_no_crc.pcap # pcap should not include CRC
@@ -18,6 +19,7 @@
pps: 20
- name: udp_1518B
stream:
+ isg: 100.0
self_start: True
packet:
pcap: udp_1518B_no_crc.pcap # pcap should not include CRC
diff --git a/scripts/yaml/imix_3pkt_vm.yaml b/scripts/yaml/imix_3pkt_vm.yaml
index d812634c..6ba2c40c 100644
--- a/scripts/yaml/imix_3pkt_vm.yaml
+++ b/scripts/yaml/imix_3pkt_vm.yaml
@@ -4,12 +4,11 @@
stream:
self_start: True
packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
+ pcap: udp_64B_no_crc.pcap # pcap should not include CRC
mode:
type: single_burst
total_pkts: 100
pps: 100
- rx_stats: []
vm:
instructions: [
@@ -34,13 +33,13 @@
- name: udp_594B
stream:
+ isg: 50.0
self_start: True
packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
+ pcap: udp_594B_no_crc.pcap # pcap should not include CRC
mode:
type: continuous
pps: 20
- rx_stats: []
vm:
instructions: [
{
@@ -64,14 +63,14 @@
- name: udp_1518B
stream:
+ isg: 100.0
self_start: True
packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
+ pcap: udp_1518B_no_crc.pcap # pcap should not include CRC
mode:
type: single_burst
total_pkts: 100
pps: 4
- rx_stats: []
vm:
instructions: [
{
@@ -91,4 +90,4 @@
"type" : "write_flow_var"
}
]
- split_by_var: "l3_src" \ No newline at end of file
+ split_by_var: "l3_src"