test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests vf_vlan: reverse rx vlan remove command
@ 2016-06-02  3:30 pengyuan
  0 siblings, 0 replies; only message in thread
From: pengyuan @ 2016-06-02  3:30 UTC (permalink / raw)
  To: dts; +Cc: pengyuan

Signed-off-by: pengyuan <yuan.peng@intel.com>

diff --git a/tests/TestSuite_vf_vlan.py b/tests/TestSuite_vf_vlan.py
index 0a0dbe1..7d1ec73 100644
--- a/tests/TestSuite_vf_vlan.py
+++ b/tests/TestSuite_vf_vlan.py
@@ -319,7 +319,7 @@ class TestVfVlan(TestCase):
                 "received 1 packets" not in out, "Received filtered vlan packet!!!")
 
         for rx_vlan in rx_vlans:
-            self.vm0_testpmd.execute_cmd('rx_vlan rm 0 %d' % rx_vlan)
+            self.vm0_testpmd.execute_cmd('rx_vlan rm %d 0' % rx_vlan)
 
         # send packet with vlan 0
         out = self.send_and_getout(vlan=0, pkt_type="VLAN_UDP")
-- 
2.5.0

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

only message in thread, other threads:[~2016-06-02  3:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-02  3:30 [dts] [PATCH] tests vf_vlan: reverse rx vlan remove command pengyuan

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).