summaryrefslogtreecommitdiffstats
path: root/scripts/stl/yaml
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-09-27 09:08:41 +0300
committerimarom <imarom@cisco.com>2016-09-27 09:23:47 +0300
commitffff2512ebbd65773a784565ce78d51d2ceb9a8d (patch)
treed6aae90ae98a1016168b829512de34157af4c32e /scripts/stl/yaml
parent1e6b2bf6001275bdd2ab0691f335bbb7966bf619 (diff)
fix regression issues with step/init values
TODO: random limit currently does not support limit less than core count - it is possible to solve this by giving redundant cores the same seed and limit (currently it is blocked)
Diffstat (limited to 'scripts/stl/yaml')
-rw-r--r--scripts/stl/yaml/imix_1pkt_vm_minus.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/yaml/imix_1pkt_vm_minus.yaml b/scripts/stl/yaml/imix_1pkt_vm_minus.yaml
index 6d5345df..a8bd3b0f 100644
--- a/scripts/stl/yaml/imix_1pkt_vm_minus.yaml
+++ b/scripts/stl/yaml/imix_1pkt_vm_minus.yaml
@@ -13,7 +13,7 @@
vm:
instructions: [
{
- "init_value" : 500,
+ "init_value" : 1000,
"max_value" : 75000,
"min_value" : 1000,
"name" : "l3_src",