summaryrefslogtreecommitdiff
path: root/tests/TestSuite_nvgre.py
diff options
context:
space:
mode:
authorpengyuan <yuan.peng@intel.com>2016-06-15 16:46:36 +0800
committerMarvin Liu <yong.liu@intel.com>2016-06-21 17:07:04 +0800
commit72925c16783f26576992e81e58b5046f0f156b09 (patch)
tree3ddb07e7412ce77d6ca266e3dbcfed35d090608c /tests/TestSuite_nvgre.py
parent11586faf92763c85a188ddafd9c6ce284671f9b3 (diff)
tests: support for fortpark_TVL nic
Support fortpartk_TLV in suites: vlan, dual vlan, fdir, generic_filter, nvgre, pmdrss_hash, pmdrss_reta, tso, uni_pkt, vf_vlan, vxlan, vxlan_sample. Signed-off-by: pengyuan <yuan.peng@intel.com>
Diffstat (limited to 'tests/TestSuite_nvgre.py')
-rw-r--r--tests/TestSuite_nvgre.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestSuite_nvgre.py b/tests/TestSuite_nvgre.py
index 99b1d6b..1da551b 100644
--- a/tests/TestSuite_nvgre.py
+++ b/tests/TestSuite_nvgre.py
@@ -349,7 +349,7 @@ class TestNvgre(TestCase):
nvgre Prerequisites
"""
# this feature only enable in FVL now
- self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "sageville", "sagepond"], "NVGRE Only supported by Fortville and Sageville")
+ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortpark_TLV", "sageville", "sagepond"], "NVGRE Only supported by Fortville and Sageville")
# Based on h/w type, choose how many ports to use
ports = self.dut.get_ports(self.nic)
self.portmask = dts.create_mask(self.dut.get_ports(self.nic))