From: Xia Yan <yanx.xia@intel.com>
To: dts@dpdk.org
Cc: Xia Yan <yanx.xia@intel.com>
Subject: [dts] [PATCH V2 1/2] tests/TestSuite_checksum_offload:update scapy 2.4.4
Date: Mon, 2 Nov 2020 15:40:37 +0800 [thread overview]
Message-ID: <20201102074037.27539-1-yanx.xia@intel.com> (raw)
scapy has been upgraded to version 2.4.4, suite need sync update.
Signed-off-by: Xia Yan <yanx.xia@intel.com>
---
tests/TestSuite_checksum_offload.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_checksum_offload.py b/tests/TestSuite_checksum_offload.py
index c917a15..89abf04 100644
--- a/tests/TestSuite_checksum_offload.py
+++ b/tests/TestSuite_checksum_offload.py
@@ -315,7 +315,7 @@ class TestChecksumOffload(TestCase):
csum = pkt[layer].chksum
del pkt[layer].chksum
# Converting it to raw will calculate the checksum
- return layer(Raw(pkt[layer])).chksum == csum
+ return layer(bytes(Raw(pkt[layer]))).chksum == csum
def scapy_exec(self, cmd: str, timeout=1) -> str:
return self.tester.send_expect(cmd, ">>>", timeout=timeout)
--
2.17.1
reply other threads:[~2020-11-02 7:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20201102074037.27539-1-yanx.xia@intel.com \
--to=yanx.xia@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).