test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] tests/ipv4_reassembly: add check for tester port status
@ 2023-05-26 14:49 Dukai Yuan
  2023-06-07  5:53 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Dukai Yuan @ 2023-05-26 14:49 UTC (permalink / raw)
  To: dts; +Cc: Dukai Yuan

When using the ifconfig command to change the mtu value of the network card, 
the state of the network card may change from up to down.
Add the step of checking the status of the network card to ensure that the status of the network card is up.

Signed-off-by: Dukai Yuan <dukaix.yuan@intel.com>
---
 tests/TestSuite_ipv4_reassembly.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ipv4_reassembly.py b/tests/TestSuite_ipv4_reassembly.py
index 1e9f7f4e..c6b0b227 100644
--- a/tests/TestSuite_ipv4_reassembly.py
+++ b/tests/TestSuite_ipv4_reassembly.py
@@ -86,7 +86,6 @@ class IpReassemblyTestConfig(object):
 
 
 class TestIpReassembly(TestCase):
-
     #
     #
     #
@@ -599,6 +598,7 @@ class TestIpReassembly(TestCase):
         )
         try:
             self.set_tester_iface_mtu(self.test_config.tester_iface, mtu)
+            self.tester.is_interface_up(self.test_config.tester_iface)
             self.set_max_num_of_fragments(4)
             self.compile_example_app()
             self.execute_example_app()
-- 
2.31.1


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

* [dts][PATCH V1] tests/ipv4_reassembly: add check for tester port status
  2023-05-26 14:49 [dts][PATCH V1] tests/ipv4_reassembly: add check for tester port status Dukai Yuan
@ 2023-06-07  5:53 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2023-06-07  5:53 UTC (permalink / raw)
  To: dts, Dukai Yuan; +Cc: Dukai Yuan

On Fri, 26 May 2023 14:49:02 +0000, Dukai Yuan <dukaix.yuan@intel.com> wrote:
> When using the ifconfig command to change the mtu value of the network card, 
> the state of the network card may change from up to down.
> Add the step of checking the status of the network card to ensure that the status of the network card is up.
> 
> Signed-off-by: Dukai Yuan <dukaix.yuan@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:[~2023-06-07  5:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-26 14:49 [dts][PATCH V1] tests/ipv4_reassembly: add check for tester port status Dukai Yuan
2023-06-07  5:53 ` 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).