From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by dpdk.org (Postfix) with ESMTP id 9A45E10A3 for ; Sat, 19 Jan 2019 13:46:35 +0100 (CET) Received: by mail-wr1-f68.google.com with SMTP id x10so18160053wrs.8 for ; Sat, 19 Jan 2019 04:46:35 -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=Wq/I8eqcyinfsihatZ/xe1G5tKBXYnWfHBFAEzDybrM=; b=sEeGCdh4xTmeHyJkRh5TdGHwTzrATIMUvhgG2Droql0SgQG6bCxZb5F11W6nhD5a9b wuKlGOB0lY95GZWSCupyqHoZ+nVU7NTZ3sx43urHEmbNz/8ZbVp4OubN1Xl/a5+HKWFR j9/EKQXQKsi4UYJadPeyPLWXRMde2GBvsOOHpVQZRS+1QmR9h7aUuijdL6sApoUC+YJf 81TwZD99D2nYKR+D8sSAUt8qqqRi/Ht6+gy+R6yNtAtxq62lrWHnbyXQxmmuMTVrg/+8 5LNOeso8s7Sze4NgcVc2w6ZL0lW9ldnHNuebmkDKFMzATI8701Ny0nVBO+nRONwYSzSq 9oZg== 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=Wq/I8eqcyinfsihatZ/xe1G5tKBXYnWfHBFAEzDybrM=; b=RMtD05j2X5fpvE4jh9AMdhs/Lw6M6nuTp70H+nVoC6u28cUKGSuTWzmgUMx6D/0H1S N6tZjikuFZ9tBAYFvN8743DG594RPbpT4xmgfu4NTZkj6utXKOf4wbgNx1OspqTECQVl SKorggW3GyTHVdEQcNcZWkensEuaE2A0Rwx5Na/glqlIYc5XryYPiF1GeHnDeq/Httjx ixjkAgpGHlpWJ3MpaxIkjTE2vK9eFfSoEBHSv0IG8rMFcGSM0Rv4lbQKizEgdgrKPzOG pWDHAvnYzNhdG6gK7O+x5PNOIv+s4d6Mq2nwDkkyZkXcSwa6elZNOohEmedjlcrcKl46 G+5A== X-Gm-Message-State: AJcUukeyAKqi12/nL/jgU/oYYjHjG1fAFfTSSrC3Zc3KGyTbk4xplCSP NI/5AqGe3LzEea1ulelAlfj89v5b X-Google-Smtp-Source: ALg8bN6jdHtRG0Amc5Y8l3t7IE025KXXATPsRqoHpRlpleW3aU1Dj58h6oxOaH9Z+YMiIQc+H9KlPA== X-Received: by 2002:a5d:6187:: with SMTP id j7mr20561849wru.300.1547901995228; Sat, 19 Jan 2019 04:46:35 -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 o4sm85922991wrq.66.2019.01.19.04.46.34 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 19 Jan 2019 04:46:34 -0800 (PST) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Sat, 19 Jan 2019 14:46:29 +0200 Message-Id: <20190119124629.11931-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] tests/vf_port_start_stop: 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:46:35 -0000 Signed-off-by: Rami Rosen --- tests/TestSuite_vf_port_start_stop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_vf_port_start_stop.py b/tests/TestSuite_vf_port_start_stop.py index 29c0fb9..7cb797b 100644 --- a/tests/TestSuite_vf_port_start_stop.py +++ b/tests/TestSuite_vf_port_start_stop.py @@ -120,7 +120,7 @@ class TestVfPortStartStop(TestCase): def testpmd_reset_status(self, testpmd): """ - Reset testpmd :stop forword & stop port + Reset testpmd :stop forward & stop port """ testpmd.execute_cmd('stop') testpmd.execute_cmd('port stop all') -- 2.19.2