test suite reviews and discussions
 help / color / mirror / Atom feed
* Re: [dts] [PATCH V1] tests/TestSuite_pvp_virtio_bonding: Adapt dpdk updates
  2020-10-23 16:53 [dts] [PATCH V1] tests/TestSuite_pvp_virtio_bonding: Adapt dpdk updates JiangYuX
@ 2020-10-23  8:53 ` Jiang, YuX
  0 siblings, 0 replies; 2+ messages in thread
From: Jiang, YuX @ 2020-10-23  8:53 UTC (permalink / raw)
  To: Jiang, YuX, dts

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

Tested-by: JiangYuX <yux.jiang@intel.com>

    Best Regards
    Jiang yu


> -----Original Message-----
> From: JiangYuX [mailto:yux.jiang@intel.com]
> Sent: Saturday, October 24, 2020 12:53 AM
> To: dts@dpdk.org
> Cc: Jiang, YuX <yux.jiang@intel.com>
> Subject: [dts] [PATCH V1] tests/TestSuite_pvp_virtio_bonding: Adapt dpdk
> updates


[-- Attachment #2: TestPVPVirtIOBonding.log --]
[-- Type: application/octet-stream, Size: 399944 bytes --]

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

* [dts] [PATCH V1] tests/TestSuite_pvp_virtio_bonding: Adapt dpdk updates
@ 2020-10-23 16:53 JiangYuX
  2020-10-23  8:53 ` Jiang, YuX
  0 siblings, 1 reply; 2+ messages in thread
From: JiangYuX @ 2020-10-23 16:53 UTC (permalink / raw)
  To: dts; +Cc: JiangYu

From: JiangYu <yux.jiang@intel.com>

For DPDK commit: b0b672aea, PMD_BOND has been defined by default, should not redefine.

Signed-off-by: JiangYu <yux.jiang@intel.com>
---
 tests/TestSuite_pvp_virtio_bonding.py | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/tests/TestSuite_pvp_virtio_bonding.py b/tests/TestSuite_pvp_virtio_bonding.py
index 10cfe74..316b7e6 100644
--- a/tests/TestSuite_pvp_virtio_bonding.py
+++ b/tests/TestSuite_pvp_virtio_bonding.py
@@ -210,16 +210,6 @@ class TestPVPVirtIOBonding(TestCase):
                 raise Exception("Set up VM ENV failed")
         except Exception as e:
             self.logger.error("ERROR: Failure for %s" % str(e))
-        if self.dut.build_type == 'meson':
-            self.build_pmd_bond(self.vm_dut)
-
-    def build_pmd_bond(self, user_dut):
-        user_dut.set_build_options({'RTE_LIBRTE_PMD_BOND': 'y'})
-        user_dut.build_install_dpdk(self.target)
-
-    def restore_env(self, user_dut):
-        user_dut.set_build_options({'RTE_LIBRTE_PMD_BOND': 'n'})
-        user_dut.build_install_dpdk(self.target)
 
     def stop_testpmd_and_vm(self):
         """
-- 
2.7.4


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

end of thread, other threads:[~2020-10-23  8:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23 16:53 [dts] [PATCH V1] tests/TestSuite_pvp_virtio_bonding: Adapt dpdk updates JiangYuX
2020-10-23  8:53 ` Jiang, YuX

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