From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id B469010A3 for ; Sat, 19 Jan 2019 13:41:11 +0100 (CET) Received: by mail-wr1-f67.google.com with SMTP id t6so18136804wrr.12 for ; Sat, 19 Jan 2019 04:41:11 -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=ZE4mDi3bSEwoiNDr6jbStfLehhyFdpQ+QFCN8FwFBR0=; b=uvlOxerPl00OqwSCVu8YWgyP3IlNS3jz0MAxsRaK6peekaYHfrJ3hSIdVnU8HhoeCP aR8CVEabyAI1VZs7ZXzz0JuccaxOthqnkgP9cP8aRdMHa+GKpaoFk0eSP1ZHmAfz6+Bf YwpgiB3UNzmoIs94MajqYDCWFmzQxjot0xXiMJfSthGIGbCpN+1nJ0ZfWQ0yDUV+VF4y wotYsu05DSidmtLzT0fB+e2OwXF6ByyyE8rFvBY9S5c/Nyw1B030Ne9X2ktY6VN1fIAj YM8r9+GrGkEzpz69L8mFnnw0VdOnZQt9nkjAUKoPYzU4YZ5AZiPxGv5lCatG+okP5hPc 91og== 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=ZE4mDi3bSEwoiNDr6jbStfLehhyFdpQ+QFCN8FwFBR0=; b=fH24Ex1uoQf1TQa20VmXmcxpl0IPKcmg3OFQ+FxGTFhXtlnQqWgYnMrVo37MHNQ01r dPeP6yrt8MNKaDPlVIEfIBMJ7i30c/i8gcnJSP3Nu8OX4IJ9jNWziYLhTIjy9ybtbJoN BFIfwy+/qwbqPElTUcQsmGqduu2fOo0RRH+s9RQvgUWJBn1V6SdrszrKhsAP2RUUbQSC 38C03mj3/0u73WJIwKv+Q8/+90i3Lu0GCHTBKEAV7P9pVUT0QU7v1KRRiSUAraO5jaRh lAsIn7qizrpIOeO5u7Q/sCh2LPqp9mBwmzNFC8KscaBJnrksXGDM/Z8YCnC4v3yQc1RB rVjA== X-Gm-Message-State: AJcUukeWaVLmnWjG8Wsj7JO02SYt+t/NltFHqnUwqL5UoHbDwvSOe7Dn 6Nzoa5FRwl1epI5w+n0gLIet7CMV X-Google-Smtp-Source: ALg8bN7+vlhbYoJfiNbdl5c2a3+dOIkiOFQRFejH5wBi0m/zVXmeyevyWcip/Sd9Js4bMMgg/hdb8w== X-Received: by 2002:adf:f8cf:: with SMTP id f15mr20502316wrq.265.1547901671231; Sat, 19 Jan 2019 04:41:11 -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 f187sm34137023wma.4.2019.01.19.04.41.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 19 Jan 2019 04:41:10 -0800 (PST) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Sat, 19 Jan 2019 14:41:04 +0200 Message-Id: <20190119124104.10695-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] tests/pmd_bonded: 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:41:11 -0000 Signed-off-by: Rami Rosen --- tests/TestSuite_pmd_bonded.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/TestSuite_pmd_bonded.py b/tests/TestSuite_pmd_bonded.py index 928c53a..2d4856a 100644 --- a/tests/TestSuite_pmd_bonded.py +++ b/tests/TestSuite_pmd_bonded.py @@ -343,7 +343,7 @@ UDP(sport=srcport, dport=destport)/Raw(load="\x50"*%s)], iface="%s", count=%d)' def get_port_connect_socket(self, port_id): """ - Get the socket id which the specified port is connectting with. + Get the socket id which the specified port is connecting with. """ return self.get_detail_from_port_info("Connect to socket: ", "\d+", port_id) @@ -367,7 +367,7 @@ UDP(sport=srcport, dport=destport)/Raw(load="\x50"*%s)], iface="%s", count=%d)' def get_port_link_duplex(self, port_id): """ - Get the specified port link mode, duplex or siplex. + Get the specified port link mode, duplex or simplex. """ return self.get_detail_from_port_info("Link duplex: ", "\S+", port_id) @@ -385,7 +385,7 @@ UDP(sport=srcport, dport=destport)/Raw(load="\x50"*%s)], iface="%s", count=%d)' def get_port_vlan_offload(self, port_id): """ - Function: get the port vlan settting info. + Function: get the port vlan setting info. return value: 'strip':'on' 'filter':'on' @@ -699,7 +699,7 @@ UDP(sport=srcport, dport=destport)/Raw(load="\x50"*%s)], iface="%s", count=%d)' *** unbound_port: the unbonded port id *** bond_port: the bonded device port id *** slaves: - ******* 'actvie':[] + ******* 'active':[] ******* 'inactive':[] """ pkt_orig = {} @@ -1161,7 +1161,7 @@ UDP(sport=srcport, dport=destport)/Raw(load="\x50"*%s)], iface="%s", count=%d)' def get_all_stats(self, unbound_port, rx_tx, bond_port, **slaves): """ - Get all the port stats which the testpmd can dicover. + Get all the port stats which the testpmd can discover. Parameters: *** unbound_port: pmd port id *** rx_tx: unbond port stat 'rx' or 'tx' @@ -1277,7 +1277,7 @@ UDP(sport=srcport, dport=destport)/Raw(load="\x50"*%s)], iface="%s", count=%d)' def test_active_backup_one_slave_down(self): """ - Verify that receiving and transmitting the pcakets correctly in the active-backup mode, + Verify that receiving and transmitting the packets correctly in the active-backup mode, when bringing any one slave of the bonding device link down. """ bond_port = self.create_bonded_device(MODE_ACTIVE_BACKUP, SOCKET_0) @@ -1420,7 +1420,7 @@ UDP(sport=srcport, dport=destport)/Raw(load="\x50"*%s)], iface="%s", count=%d)' def verify_xor_rx(self, unbound_port, bond_port, **slaves): """ - Verify receiving the pcakets correctly in the XOR mode. + Verify receiving the packets correctly in the XOR mode. Parameters: *** unbound_port: the unbonded port id *** bond_port: the bonded device port id @@ -1605,7 +1605,7 @@ UDP(sport=srcport, dport=destport)/Raw(load="\x50"*%s)], iface="%s", count=%d)' *** unbound_port: the unbonded port id *** bond_port: the bonded device port id *** slaves: - ******* 'actvie':[] + ******* 'active':[] ******* 'inactive':[] """ pkt_count = 100 @@ -1866,7 +1866,7 @@ UDP(sport=srcport, dport=destport)/Raw(load="\x50"*%s)], iface="%s", count=%d)' *** unbound_port: the unbonded port id *** bond_port: the bonded device port id *** slaves: - ******* 'actvie':[] + ******* 'active':[] ******* 'inactive':[] """ pkt_count = 'MANY' -- 2.19.2