[dts] [PATCH V1] tests/TestSuite_example_build:update verify_info

Chen Linglix linglix.chen at intel.com
Wed Sep 23 09:09:19 CEST 2020


From: chenlinglix <linglix.chen at intel.com>

update verify_info

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

diff --git a/tests/TestSuite_example_build.py b/tests/TestSuite_example_build.py
index a70e1b3..00db2f7 100644
--- a/tests/TestSuite_example_build.py
+++ b/tests/TestSuite_example_build.py
@@ -61,7 +61,7 @@ class TestExamplebuild(TestCase):
         if "No such file or directory" not in out:
             self.dut.send_expect('export PQOS_INSTALL_PATH=/root/intel-cmt-cat-master/lib', '#')
         out = self.dut.build_dpdk_apps("./examples", '#')
-        verify_info = ['error','Error','Stop','terminate','failed','No such file','no input files','not found','No rule']
+        verify_info = ['Error','Stop','terminate','failed','No such file','no input files','not found','No rule']
         for failed_info in verify_info:
             self.verify(failed_info not in out, "Test failed")
 
-- 
2.17.1



More information about the dts mailing list