diff options
Diffstat (limited to 'scripts/automation/regression/setups')
-rw-r--r-- | scripts/automation/regression/setups/trex11/benchmark.yaml | 49 |
1 files changed, 1 insertions, 48 deletions
diff --git a/scripts/automation/regression/setups/trex11/benchmark.yaml b/scripts/automation/regression/setups/trex11/benchmark.yaml index ca5ea45e..eabbbb62 100644 --- a/scripts/automation/regression/setups/trex11/benchmark.yaml +++ b/scripts/automation/regression/setups/trex11/benchmark.yaml @@ -178,56 +178,9 @@ test_CPU_benchmark: # cpu_util : 1 # bw_per_core : 1 -test_performance_vm_single_cpu: - cfg: - mult : "90%" - mpps_per_core_golden : - min: 9.6 - max: 13.3 - - -test_performance_vm_single_cpu_cached: - cfg: - mult : "10%" - mpps_per_core_golden : - min: 16.0 - max: 25.0 - - - -test_performance_syn_attack_single_cpu: - cfg: - mult : "90%" - mpps_per_core_golden : - min: 9.0 - max: 14.0 - -test_performance_vm_multi_cpus: - cfg: - core_count : 7 - mult : "90%" - mpps_per_core_golden : - min: 8.5 - max: 12.0 - - -test_performance_vm_multi_cpus_cached: - cfg: - core_count : 7 - mult : "35%" - mpps_per_core_golden : - min: 9.0 - max: 15.0 - -test_performance_syn_attack_multi_cpus: - cfg: - core_count : 7 - mult : "90%" - mpps_per_core_golden : - min: 8.0 - max: 16.0 test_all_profiles : mult : "5%" + skip : ['udp_rand_len_9k.py','udp_inc_len_9k.py'] # due to VIC 9K defect trex-282 |