summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/setups
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-11-28 20:06:18 +0200
committerHanoh Haim <hhaim@cisco.com>2016-11-28 21:16:09 +0200
commit1a534a8806dffe730a966cbb77c5377efab2f514 (patch)
tree3439eb6b1092b34d80ab304849fe19142a3f1e83 /scripts/automation/regression/setups
parentf143a31a6e58dcc7d520a6d9f8a40bead32b52ef (diff)
cisco VIC - skip test with 9K packet len due to trex-282
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'scripts/automation/regression/setups')
-rw-r--r--scripts/automation/regression/setups/trex11/benchmark.yaml49
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