summaryrefslogtreecommitdiffstats
path: root/scripts/stl
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-02-11 03:16:24 -0500
committerimarom <imarom@cisco.com>2016-02-11 03:16:24 -0500
commit177b486366a44e38538e33b5cd2ac1e9a141aee0 (patch)
treed4842857ef3895c0e3e8f5cc9e0e4ec4b639338a /scripts/stl
parentc585d631dde54732d04b2f3ee5661f15e7648719 (diff)
simulator bug and some YAMLs legacy field
Diffstat (limited to 'scripts/stl')
-rw-r--r--scripts/stl/yaml/imix_1pkt_vm.yaml2
-rw-r--r--scripts/stl/yaml/imix_2pkt.yaml8
2 files changed, 3 insertions, 7 deletions
diff --git a/scripts/stl/yaml/imix_1pkt_vm.yaml b/scripts/stl/yaml/imix_1pkt_vm.yaml
index 99f10aca..22604544 100644
--- a/scripts/stl/yaml/imix_1pkt_vm.yaml
+++ b/scripts/stl/yaml/imix_1pkt_vm.yaml
@@ -4,7 +4,7 @@
stream:
self_start: True
packet:
- pcap: stl/udp_64B_no_crc.pcap # pcap should not include CRC
+ pcap: udp_64B_no_crc.pcap # pcap should not include CRC
mode:
type: continuous
pps: 100
diff --git a/scripts/stl/yaml/imix_2pkt.yaml b/scripts/stl/yaml/imix_2pkt.yaml
index 45f2303d..406c28b4 100644
--- a/scripts/stl/yaml/imix_2pkt.yaml
+++ b/scripts/stl/yaml/imix_2pkt.yaml
@@ -4,19 +4,15 @@
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: continuous
pps: 100
- rx_stats: []
- vm: []
- name: udp_594B
stream:
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: 100
- rx_stats: []
- vm: [] \ No newline at end of file