test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_example_build:update verify_info
@ 2020-09-23  7:09 Chen Linglix
  2020-09-23  7:17 ` Chen, LingliX
  2020-09-28  8:51 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Chen Linglix @ 2020-09-23  7:09 UTC (permalink / raw)
  To: dts; +Cc: chenlinglix

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

update verify_info

Signed-off-by: chenlinglix <linglix.chen@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


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

end of thread, other threads:[~2020-09-28  8:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23  7:09 [dts] [PATCH V1] tests/TestSuite_example_build:update verify_info Chen Linglix
2020-09-23  7:17 ` Chen, LingliX
2020-09-28  8:51 ` Tu, Lijuan

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