diff options
Diffstat (limited to 'scripts/automation/regression/setups')
-rw-r--r-- | scripts/automation/regression/setups/trex09/config.yaml | 31 | ||||
-rw-r--r-- | scripts/automation/regression/setups/trex14/benchmark.yaml | 26 |
2 files changed, 15 insertions, 42 deletions
diff --git a/scripts/automation/regression/setups/trex09/config.yaml b/scripts/automation/regression/setups/trex09/config.yaml index 9820ce6e..585ca17a 100644 --- a/scripts/automation/regression/setups/trex09/config.yaml +++ b/scripts/automation/regression/setups/trex09/config.yaml @@ -35,33 +35,4 @@ trex: hostname : csi-trex-09 cores : 2 - -router: - model : 1RU - hostname : ASR1001_T-Rex - ip_address : 10.56.199.247 - image : asr1001-universalk9.BLD_V155_1_S_XE314_THROTTLE_LATEST_20141112_090734-std.bin - #image : asr1001-universalk9.BLD_V155_2_S_XE315_THROTTLE_LATEST_20150121_110036-std.bin - #image : asr1001-universalk9.BLD_V155_2_S_XE315_THROTTLE_LATEST_20150324_100047-std.bin - line_password : lab - en_password : lab - mgmt_interface : GigabitEthernet0/0/0 - clean_config : /Configurations/danklei/asr1001_TRex_clean_config.cfg - intf_masking : 255.255.255.0 - ipv6_mask : 64 - interfaces : - - client : - name : GigabitEthernet0/0/1 - src_mac_addr : 0000.0001.0000 - dest_mac_addr : 0000.0001.0000 - server : - name : GigabitEthernet0/0/2 - src_mac_addr : 0000.0001.0000 - dest_mac_addr : 0000.0001.0000 - vrf_name : null - -tftp: - hostname : ats-asr-srv-1 - ip_address : 10.56.128.23 - root_dir : /auto/avc-devtest/ - images_path : /images/1RU/ + modes : ['loopback'] diff --git a/scripts/automation/regression/setups/trex14/benchmark.yaml b/scripts/automation/regression/setups/trex14/benchmark.yaml index 28e287bf..e602ad1a 100644 --- a/scripts/automation/regression/setups/trex14/benchmark.yaml +++ b/scripts/automation/regression/setups/trex14/benchmark.yaml @@ -12,18 +12,20 @@ test_nbar_simple : exp_max_latency : 1000 nbar_classification: - rtp : 35.24 - http : 30.41 - oracle_sqlnet : 11.3 - ssl : 6.03 + http : 32.58 + rtp-audio : 21.21 + oracle_sqlnet : 11.41 + exchange : 11.22 + rtp : 11.2 citrix : 5.65 - exchange : 4.99 + rtsp : 2.87 dns : 1.96 smtp : 0.57 pop3 : 0.37 + ssl : 0.28 sctp : 0.13 sip : 0.09 - unknown : 3.22 + unknown : 0.45 test_rx_check : multiplier : 13 @@ -109,15 +111,15 @@ test_static_routing_imix_asymmetric: exp_latency : 1 test_ipv6_simple : - multiplier : 18 - cores : 4 + multiplier : 9 + cores : 2 cpu_to_core_ratio : 30070000 cpu2core_custom_dev: YES cpu2core_dev : 0.07 test_rx_check_sfr: - multiplier : 15 + multiplier : 10 cores : 3 rx_sample_rate : 16 # allow 0.03% errors, bad router @@ -127,11 +129,11 @@ test_rx_check_http: multiplier : 15000 cores : 1 rx_sample_rate : 16 - # allow 0.03% errors, bad router + # allow 0.03% errors, bad routerifconfig error_tolerance : 0.03 test_rx_check_sfr_ipv6: - multiplier : 15 + multiplier : 10 cores : 3 rx_sample_rate : 16 # allow 0.03% errors, bad router @@ -165,5 +167,5 @@ test_rx_check_http_negative: test_jumbo: - multiplier : 28 + multiplier : 17 cores : 1 |