diff options
author | 2017-01-08 12:37:40 +0200 | |
---|---|---|
committer | 2017-01-08 12:37:40 +0200 | |
commit | 75996329def8acda0bdc27f615fe57772d12d426 (patch) | |
tree | 925ca364ef20ef54e98df4387923328501d2f41d /scripts/automation/regression/stateless_tests | |
parent | 6f23ea20b5ca2c74fbfc18c639bf9865799b87bb (diff) |
fix new mlx5 driver regression name
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'scripts/automation/regression/stateless_tests')
-rw-r--r-- | scripts/automation/regression/stateless_tests/stl_rx_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/regression/stateless_tests/stl_rx_test.py b/scripts/automation/regression/stateless_tests/stl_rx_test.py index 4dad712f..8812ac48 100644 --- a/scripts/automation/regression/stateless_tests/stl_rx_test.py +++ b/scripts/automation/regression/stateless_tests/stl_rx_test.py @@ -52,7 +52,7 @@ class STLRX_Test(CStlGeneral_Test): 'allow_packets_drop_num': 1, # allow 1 pkt drop }, - 'librte_pmd_mlx5': { + 'net_mlx5': { 'rate_percent': 80, 'total_pkts': 1000, 'rate_latency': 1, |