[dts] [DTS][PATCH] add sageville and fortpark in settings add sageville and fortpark support in scatter suite

Jingguo Fu jingguox.fu at intel.com
Tue Nov 17 10:18:47 CET 2015


Signed-off-by: Jingguo Fu <jingguox.fu at intel.com>
---
 framework/settings.py      | 3 +++
 tests/TestSuite_scatter.py | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/framework/settings.py b/framework/settings.py
index 6b02e4d..c99dcaa 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -57,6 +57,7 @@ NICS = {
     'ironpond': '8086:151c',
     'twinpond': '8086:1528',
     'twinville': '8086:1512',
+    'sageville': '8086:1563',
     'hartwell': '8086:10d3',
     '82545EM': '8086:100f',
     '82540EM': '8086:100e',
@@ -73,6 +74,7 @@ NICS = {
     'fortville_spirit': '8086:1583',
     'fortville_spirit_single': '8086:1584',
     'redrockcanyou': '8086:15a4',
+    'fortpark':'8086:374c',
 }
 
 DRIVERS = {
@@ -87,6 +89,7 @@ DRIVERS = {
     'ironpond': 'ixgbe',
     'twinpond': 'ixgbe',
     'twinville': 'ixgbe',
+    'sageville': 'ixgbe',
     'hartwell': 'igb',
     '82545EM': 'igb',
     '82540EM': 'igb',
diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py
index 3a761c4..aab2f9c 100644
--- a/tests/TestSuite_scatter.py
+++ b/tests/TestSuite_scatter.py
@@ -56,7 +56,7 @@ class TestScatter(TestCase):
         # Verify that enough ports are available
         self.verify(len(dutPorts) >= 2, "Insufficient ports")
         self.pmdout = PmdOutput(self.dut)
-        if self.nic in ["niantic", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", "redrockcanyou", "ironpond", "twinpond", "springfountain"]:
+        if self.nic in ["niantic", "sageville", "fortpark", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", "redrockcanyou", "ironpond", "twinpond", "springfountain"]:
             self.mbsize = 2048
         else:
             self.mbsize = 1024
-- 
1.9.3



More information about the dts mailing list