test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/kni: enable ipv6
@ 2022-08-03 18:15 Jiale Song
  2022-08-24  2:41 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Jiale Song @ 2022-08-03 18:15 UTC (permalink / raw)
  To: dts; +Cc: Jiale Song

the case need ipv6 support, so need make sure that IPv6 is enabled.

Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
 tests/TestSuite_kni.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/TestSuite_kni.py b/tests/TestSuite_kni.py
index e04a0cbc..0a8c3009 100644
--- a/tests/TestSuite_kni.py
+++ b/tests/TestSuite_kni.py
@@ -485,6 +485,8 @@ class TestKni(TestCase):
             self.output_path = os.sep.join([cur_path, self.logger.log_path])
         # create an instance to set stream field setting
         self.pktgen_helper = PacketGeneratorHelper()
+        # enable dut ipv6
+        self.dut.enable_ipv6("all")
 
     def set_up(self):
         """
@@ -1562,3 +1564,5 @@ class TestKni(TestCase):
         """
         self.dut.kill_all()
         self.dut.send_expect("rmmod rte_kni", "# ", 10)
+        # disable dut ipv6
+        self.dut.disable_ipv6("all")
-- 
2.25.1


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

* [dts] [PATCH V1] tests/kni: enable ipv6
  2022-08-03 18:15 [dts] [PATCH V1] tests/kni: enable ipv6 Jiale Song
@ 2022-08-24  2:41 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2022-08-24  2:41 UTC (permalink / raw)
  To: dts, Jiale Song; +Cc: Jiale Song

On Wed,  3 Aug 2022 18:15:12 +0000, Jiale Song <songx.jiale@intel.com> wrote:
> the case need ipv6 support, so need make sure that IPv6 is enabled.
> 
> Signed-off-by: Jiale Song <songx.jiale@intel.com>

Acked-by: Lijuan Tu <lijuan.tu@intel.com>
Applied, thanks

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

end of thread, other threads:[~2022-08-24  2:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-03 18:15 [dts] [PATCH V1] tests/kni: enable ipv6 Jiale Song
2022-08-24  2:41 ` lijuan.tu

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