From: "Wan, Zhe" <zhe.wan@intel.com>
To: "Mo, YufengX" <yufengx.mo@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Subject: Re: [dts] [PATCH V1]tests/keep_alive: fix wrong output message
Date: Wed, 3 Jul 2019 01:30:28 +0000 [thread overview]
Message-ID: <861C16A15685B44AA870C0D2A97B604589824A71@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <B8B15C44A3F2C044966E545C7B7371153E811B8F@shsmsx102.ccr.corp.intel.com>
Acked-by: Wan, Zhe <zhe.wan@intel.com>
> -----Original Message-----
> From: Mo, YufengX
> Sent: Tuesday, July 2, 2019 4:21 PM
> To: dts@dpdk.org
> Cc: Mo, YufengX <yufengx.mo@intel.com>
> Subject: [dts][PATCH V1]tests/keep_alive: fix wrong output message
>
>
> fix wrong output message format in test case test_keep_alive.
>
> Signed-off-by: yufengmx <yufengx.mo@intel.com>
> ---
> tests/TestSuite_keep_alive.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_keep_alive.py
> b/tests/TestSuite_keep_alive.py index e29ea8b..d9fc9b2 100644
> --- a/tests/TestSuite_keep_alive.py
> +++ b/tests/TestSuite_keep_alive.py
> @@ -79,7 +79,7 @@ class TestKeepAlive(TestCase):
> p = re.compile(r'\d+')
> result = p.findall(out)
> amount = 2000 * len(self.dut_ports)
> - self.verify(str(amount) in result, "Wrong: can't get <%s> package")
> + self.verify(str(amount) in result, "Wrong: can't get <%d>
> + package" % amount)
>
> def scapy_send_packet(self,nu):
> """
> --
> 1.9.3
next prev parent reply other threads:[~2019-07-03 1:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-02 8:20 yufengmx
2019-07-02 8:20 ` yufengmx
[not found] ` <B8B15C44A3F2C044966E545C7B7371153E811B8F@shsmsx102.ccr.corp.intel.com>
2019-07-03 1:30 ` Wan, Zhe [this message]
2019-07-03 5:41 ` 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=861C16A15685B44AA870C0D2A97B604589824A71@SHSMSX101.ccr.corp.intel.com \
--to=zhe.wan@intel.com \
--cc=dts@dpdk.org \
--cc=yufengx.mo@intel.com \
/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).