fix(perf): Increase threshold for jumbo
[csit.git] / resources / libraries / robot / performance / performance_vars.robot
index a0fa277..1bab107 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2023 Cisco and/or its affiliates.
+# Copyright (c) 2024 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
 | |
 | | # Some suites (e.g. device) are not calling Set Max Rate And Jumbo.
 | | Set Numeric Frame Sizes
-| | ${jumbo} = | Evaluate | ${max_frame_size} >= 1522
+| | ${jumbo} = | Evaluate | ${max_frame_size} >= 1800
 | | Set Test Variable | \${jumbo}
 | | ${recommended_mtu} = | Set Variable If | ${jumbo} | ${9200} | ${1800}
 | | Set Test Variable | \${recommended_mtu}