test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2 1/2] tests/sriov kvm: add vlan strip
@ 2018-06-13  7:32 zhao,meijuan
  2018-06-13  7:32 ` [dts] [PATCH V2 2/2] test_plan/sriov " zhao,meijuan
  0 siblings, 1 reply; 2+ messages in thread
From: zhao,meijuan @ 2018-06-13  7:32 UTC (permalink / raw)
  To: dts; +Cc: zhao,meijuan

Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
---
 tests/TestSuite_sriov_kvm.py | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/tests/TestSuite_sriov_kvm.py b/tests/TestSuite_sriov_kvm.py
index ee8d555..39e6af3 100644
--- a/tests/TestSuite_sriov_kvm.py
+++ b/tests/TestSuite_sriov_kvm.py
@@ -772,7 +772,7 @@ class TestSriovKvm(TestCase):
     def test_two_vms_vlan_mirror(self):
         self.setup_2vm_2vf_env()
         self.setup_two_vm_common_prerequisite()
-
+        self.vm1_testpmd.execute_cmd('vlan set strip on 0')
         port_id_0 = 0
         vlan_id = 0
         vf_mask = '0x1'
@@ -804,7 +804,8 @@ class TestSriovKvm(TestCase):
     def test_two_vms_vlan_and_pool_mirror(self):
         self.setup_2vm_2vf_env()
         self.setup_two_vm_common_prerequisite()
-
+        self.vm0_testpmd.execute_cmd('vlan set strip on 0')
+        self.vm1_testpmd.execute_cmd('vlan set strip on 0')
         port_id_0 = 0
         vlan_id = 3
         vf_mask = '0x2'
@@ -899,7 +900,8 @@ class TestSriovKvm(TestCase):
     def test_two_vms_vlan_and_pool_and_uplink_and_downlink(self):
         self.setup_2vm_2vf_env()
         self.setup_two_vm_common_prerequisite()
-
+        self.vm0_testpmd.execute_cmd('vlan set strip on 0')
+        self.vm1_testpmd.execute_cmd('vlan set strip on 0')
         self.vm0_testpmd.execute_cmd('stop')
         self.vm1_testpmd.execute_cmd('stop')
 
-- 
1.9.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-13  7:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-13  7:32 [dts] [PATCH V2 1/2] tests/sriov kvm: add vlan strip zhao,meijuan
2018-06-13  7:32 ` [dts] [PATCH V2 2/2] test_plan/sriov " zhao,meijuan

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