diff options
author | 2017-03-13 11:01:55 +0200 | |
---|---|---|
committer | 2017-03-13 11:01:55 +0200 | |
commit | dbff547f4d9360d3c48c7b269255234cd31271df (patch) | |
tree | 1bbee86b5a4d9d54fa20140f96ea62b7474f8db2 /scripts/automation/regression/setups | |
parent | c8d1f318e2d322626e401c9599ba75006d2e8e6c (diff) |
i40e fix of workaround of stuck counters + regression test
Change-Id: I251cb8d346461ccfa4eee8abfda113410160a602
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'scripts/automation/regression/setups')
-rw-r--r-- | scripts/automation/regression/setups/trex08/config.yaml | 1 | ||||
-rw-r--r-- | scripts/automation/regression/setups/trex09/config.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/automation/regression/setups/trex08/config.yaml b/scripts/automation/regression/setups/trex08/config.yaml index affe9bc9..8199a6dc 100644 --- a/scripts/automation/regression/setups/trex08/config.yaml +++ b/scripts/automation/regression/setups/trex08/config.yaml @@ -37,4 +37,5 @@ trex: hostname : csi-trex-08 cores : 7 modes : ['loopback'] + trex_add_args : '--x710-reset-threshold 10000000' diff --git a/scripts/automation/regression/setups/trex09/config.yaml b/scripts/automation/regression/setups/trex09/config.yaml index 724de6e7..7eb23743 100644 --- a/scripts/automation/regression/setups/trex09/config.yaml +++ b/scripts/automation/regression/setups/trex09/config.yaml @@ -36,3 +36,4 @@ trex: hostname : csi-trex-09 cores : 2 modes : ['loopback'] + trex_add_args : '--x710-reset-threshold 10000000' |