[V1,1/4] framework/*: to correct I40E_10G-SFP_X710 codename
Commit Message
To correct I40E_10G-SFP_X710 codename
Signed-off-by: Yu Jiang <yux.jiang@intel.com>
---
framework/settings.py | 6 +++---
framework/test_case.py | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
@@ -52,7 +52,7 @@ NICS = {
"IGB_1G-PCH_LPT_I217_LM": "8086:153a",
"IGB_1G-PCH_LPTLP_I218_V": "8086:1559",
"IGB_1G-PCH_LPTLP_I218_LM": "8086:155a",
- "I40E_10G-SFP_XL710": "8086:1572",
+ "I40E_10G-SFP_X710": "8086:1572",
"I40E_40G-QSFP_A": "8086:1583",
"I40E_40G-QSFP_B": "8086:1584",
"I40E_10G-X722_A0": "8086:374c",
@@ -101,7 +101,7 @@ NICS = {
}
ETH_700_SERIES = (
- "I40E_10G-SFP_XL710",
+ "I40E_10G-SFP_X710",
"I40E_40G-QSFP_A",
"I40E_40G-QSFP_B",
"I40E_10G-SFP_X722",
@@ -147,7 +147,7 @@ DRIVERS = {
"IGB_1G-PCH_LPT_I217_LM": "igb",
"IGB_1G-PCH_LPTLP_I218_V": "igb",
"IGB_1G-PCH_LPTLP_I218_LM": "igb",
- "I40E_10G-SFP_XL710": "i40e",
+ "I40E_10G-SFP_X710": "i40e",
"I40E_40G-QSFP_A": "i40e",
"I40E_40G-QSFP_B": "i40e",
"I40E_10G-X722_A0": "i40e",
@@ -507,7 +507,7 @@ class TestCase(object):
bitrate *= 2.5 # 2.5 Gb NICs
elif nic in ["I40E_40G-QSFP_A", "I40E_40G-QSFP_B"]:
bitrate *= 40
- elif nic == "I40E_10G-SFP_XL710":
+ elif nic == "I40E_10G-SFP_X710":
bitrate *= 10
elif nic == "I40E_10G-SFP_X722":
bitrate *= 10