From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by dpdk.org (Postfix) with ESMTP id 1835C10A3 for ; Sat, 19 Jan 2019 13:39:24 +0100 (CET) Received: by mail-wr1-f65.google.com with SMTP id z5so18146666wrt.11 for ; Sat, 19 Jan 2019 04:39:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=WXD67VmhXimsCak+bdiwYXCsen/XF+skgePLYItKFKs=; b=UZLjyRSA82BzKO6W3llxCzXq6OQf+c4CbjXx3In6rFfa1KNvvlMV9VNmkAL5fTkIVq RfqZbj/2nG8OD6i62Ehjurr4fpXfYYYpCWLjzWdmLfgg4Tqal9E9EjRnCMWZwlkQG6bn ZkxTBHusfODiu14Nm5YR/WvtWdGatAwspRk9wF1fHBzzD9nKq4JxLbIfOL+UjvtV1lGE HKVyRyYRQkWLW5anbphfpNB6TceJsPjhgYVWHAbWG8FefCPWqR/mD8053YS3QrAwyyAr bjdHGl6RApLZTmMriSVU3px6Jc4MflsJe8bbz9zbBiFxGoqNuNKTZopsunzOtQygRipJ Xzrg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=WXD67VmhXimsCak+bdiwYXCsen/XF+skgePLYItKFKs=; b=KGKCb7M0pdlfYAOnVEknHXHpRzixmIqU8asF3ICZvxvP2zjieY23h3M128VkXGASIv QMLX1o3jYqC1fBo7SP1DSx4Hb7duSIsjYkjHbUsc6c0dzCJ2P4C8D4Y4ERaY5L6mZooo TKmG1M1yshLBeXgUXHlV39iPXcNPujOyrDKjpjX5+094KGb9qQy8FNbhXXC0qbOHsL7+ I2VMGZIQ8ZSgfFzeFVElrmAg8z8lvk70Fg8aWUdeBhXmK0ajjNzbJ/NysZi3zJFYrSI3 LRlzFUSnLApQ+bHKXN73M26wWDxhb5eNiLQA4YjvTYcNu2BvPkuq16lxf54E2+UwW3+f D6fA== X-Gm-Message-State: AJcUukcVx0ONXhDcvT03GTkb2Ml1WARWwZ6hUnyXmnBLg8mPltTy2BM5 SEqqwZ7WDcAPf4RWVo6TKZgHQi1h X-Google-Smtp-Source: ALg8bN55pnl6U8LcW/ecDwwlu8HsYSWH4iXFdbO1bCTvEfmdu13cZb7wEimsVQM2dDlAwGK1XKwJ7Q== X-Received: by 2002:adf:e509:: with SMTP id j9mr21713941wrm.76.1547901563600; Sat, 19 Jan 2019 04:39:23 -0800 (PST) Received: from localhost.localdomain (bzq-109-66-107-204.red.bezeqint.net. [109.66.107.204]) by smtp.gmail.com with ESMTPSA id o5sm82855061wmg.25.2019.01.19.04.39.22 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 19 Jan 2019 04:39:23 -0800 (PST) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Sat, 19 Jan 2019 14:39:17 +0200 Message-Id: <20190119123917.10257-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] tests/ipv4_reassembly: fix typos X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2019 12:39:24 -0000 Signed-off-by: Rami Rosen --- tests/TestSuite_ipv4_reassembly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_ipv4_reassembly.py b/tests/TestSuite_ipv4_reassembly.py index 3135f89..54412eb 100644 --- a/tests/TestSuite_ipv4_reassembly.py +++ b/tests/TestSuite_ipv4_reassembly.py @@ -215,7 +215,7 @@ class TestIpReassembly(TestCase): def send_packets(self): """ - Goes trhough all the steps to send packets from the tester to the self.dut. + Goes through all the steps to send packets from the tester to the self.dut. Generates the PCAP file, place it into the tester board, calls scapy and finally removes the PCAP file. """ -- 2.19.2