[3/4] tests/TestSuite_kni:update checkpoint to Link up

Message ID 20200928035559.8331-4-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_kni.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/tests/TestSuite_kni.py b/tests/TestSuite_kni.py
index f2d3ef9..a65fbf4 100644
--- a/tests/TestSuite_kni.py
+++ b/tests/TestSuite_kni.py
@@ -344,7 +344,7 @@  class TestKni(TestCase):
         out_kni = self.dut.send_expect(
             './%s -c %s -n %d -- -P -p %s %s -m &' %
             (self.app_kni_path, core_mask, self.dut.get_memory_channels(), port_mask, config_param),
-            "Link Up", 20)
+            "Link [Uu]p", 20)
 
         time.sleep(5)
         if kthread_mode == 'single':