test suite reviews and discussions
 help / color / mirror / Atom feed
From: Chen Linglix <linglix.chen@intel.com>
To: dts@dpdk.org
Cc: chenlinglix <linglix.chen@intel.com>
Subject: [dts] [PATCH V1] tests/TestSuite_example_build:update verify_info
Date: Wed, 23 Sep 2020 15:09:19 +0800	[thread overview]
Message-ID: <20200923070919.22516-1-linglix.chen@intel.com> (raw)

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


             reply	other threads:[~2020-09-23  7:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-23  7:09 Chen Linglix [this message]
2020-09-23  7:17 ` Chen, LingliX
2020-09-28  8:51 ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200923070919.22516-1-linglix.chen@intel.com \
    --to=linglix.chen@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).