test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [�dts�] fix vlan strip off/on faied case
@ 2015-08-03  8:25 huilong,xu
  0 siblings, 0 replies; only message in thread
From: huilong,xu @ 2015-08-03  8:25 UTC (permalink / raw)
  To: dts

From: huilong xu <huilongx.xu@intel.com>


Signed-off-by: huilong xu <huilongx.xu@intel.com>
---
 tests/TestSuite_vlan.py |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py
index 318b3ca..9a03600 100644
--- a/tests/TestSuite_vlan.py
+++ b/tests/TestSuite_vlan.py
@@ -207,11 +207,8 @@ class TestVlan(TestCase):
 
         out = self.get_tcpdump_package()
         self.verify("vlan %d" % self.vlan in out, "Wrong vlan: " + out)
-        if self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "redrockcanyou"]:
-            self.dut.send_expect("tx_vlan reset %s" % dutTxPortId, "testpmd> ", 30)
-            self.dut.send_expect("stop", "testpmd> ", 30)
-        else:
-            self.dut.send_expect("quit", "# ", 30)
+        self.dut.send_expect("tx_vlan reset %s" % dutTxPortId, "testpmd> ", 30)
+        self.dut.send_expect("stop", "testpmd> ", 30)
 
     def tear_down(self):
         """
-- 
1.7.4.4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-03  8:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-03  8:25 [dts] [�dts�] fix vlan strip off/on faied case huilong,xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).