[2/4] tests/TestSuite_ipv4_reassembly:update checkpoint to Link up

Message ID 20200928035559.8331-3-linglix.chen@intel.com (mailing list archive)
State Accepted
Headers
Series update checkpoint to Link up |

Commit Message

Lingli Chen Sept. 28, 2020, 3:55 a.m. UTC
  From: chenlinglix <linglix.chen@intel.com>

Signed-off-by: chenlinglix <linglix.chen@intel.com>
---
 tests/TestSuite_ipv4_reassembly.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/tests/TestSuite_ipv4_reassembly.py b/tests/TestSuite_ipv4_reassembly.py
index b653bbe..f155e3d 100644
--- a/tests/TestSuite_ipv4_reassembly.py
+++ b/tests/TestSuite_ipv4_reassembly.py
@@ -123,7 +123,7 @@  class TestIpReassembly(TestCase):
                    '-n {memory_channels} --  -p {dut_port_mask} ' +
                    '--maxflows={maxflows} --flowttl={flowttl} {extra_args}')
         self.dut.send_expect(
-            command.format(**self.test_config.__dict__), 'Link Up')
+            command.format(**self.test_config.__dict__), 'Link [Uu]p')
 
     def tcp_ipv4_fragments(self, src_ip, identifier):
         """