From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id BCB701B953 for ; Sat, 12 Jan 2019 09:31:33 +0100 (CET) Received: by mail-wm1-f67.google.com with SMTP id n190so4433238wmd.0 for ; Sat, 12 Jan 2019 00:31:33 -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=bGlnNutPIUX5+A7Q1sngbrQjZcWVS2t3a3Jla26im8M=; b=dhQ7+jVKiXvIiJVuyBWJ+WkN3cKDiyUnjIQw7C9hAioOUMdGOJLNC1EWIV7ACQOGSo 9N3yabdELYXQqCuiy4GnYQbdlnosfvHsetNFtZuKn5l4/nGtQO3JDK2CX1dt4RrnKLxY Et1xrt6wSH+2sVTCWoCkwGU1zTCRiMDQ/fRsPkUKss6BN6P+KEpEY5Zhmq992NDI5hxX dTLlEFgPuDCadASj2qPOGs+oHzMl1l5jBC0UPL3hQ0S4zB4I5ybhBa5RySSdtf80sN1i QWOPaAaq8n9OrCnxL8RkCZCSo2G9eSG2sYQdzA74Rg65aLu2l/VlzzjKCX/HBndveTj+ 7Kiw== 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=bGlnNutPIUX5+A7Q1sngbrQjZcWVS2t3a3Jla26im8M=; b=sxXxf+wg8q+gsRXshR3QCoBIDAcXOSg3esK0/ExC7+M5jbHtDKBTSmoJMWZquQcag+ 8HiXo2fq3L+Fb/qwccanoC0GrHHon+Jle3AZEte4RguqOkcoqzOlJ4eXxXS59H3RB6zJ q1eKO+jW6lNMF5gIyvAJWtRhWlTWWzKUlk0CWGUfbcIo/haXAQEkVuNP4e2nJi2XrgXW aychWNgV1S9mQeTTTTPCswdMnZ29+fhXXHU5euKFzby43xpOpfNQEqBdPjTvmSFFi3QH vQ8SlpqGN+rIeUlq0QI0WWtOh6ZIkp9H18PIFAO7+NzcaNrrR/3r535NXIb11YZTTP2h IvUA== X-Gm-Message-State: AJcUukfC/iWCKsBNXVaDf477+NcVPypsxqZ+0WUybP2jvmWtNO2W0Mer dB7hhXv8edUekmOdff8DCfDva1CZ X-Google-Smtp-Source: ALg8bN56Wgln8yBTCrq0YqJotsExctdRQnDEH3LgPIyS6+m9NYy9G2GA37vNc7hKiNYVfARraAbuGg== X-Received: by 2002:a1c:e910:: with SMTP id q16mr5095262wmc.68.1547281893186; Sat, 12 Jan 2019 00:31:33 -0800 (PST) Received: from localhost.localdomain (bzq-109-66-84-199.red.bezeqint.net. [109.66.84.199]) by smtp.gmail.com with ESMTPSA id g67sm37872179wmd.38.2019.01.12.00.31.32 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 12 Jan 2019 00:31:32 -0800 (PST) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Sat, 12 Jan 2019 10:31:21 +0200 Message-Id: <20190112083121.4591-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] doc: fix a typo in gsg intro 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, 12 Jan 2019 08:31:33 -0000 This patch fixes a typo (Aslo->Also) in dts_gsg/intro.rst. Signed-off-by: Rami Rosen --- doc/dts_gsg/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dts_gsg/intro.rst b/doc/dts_gsg/intro.rst index f29e651..ce45c90 100644 --- a/doc/dts_gsg/intro.rst +++ b/doc/dts_gsg/intro.rst @@ -59,7 +59,7 @@ In the DPDK Test Suite Test Framework, it provides the following modules to help +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ssh_connection.py | Create session to host, implement send_expect and copy function | +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | ssh_pexpect.py | Handle ssh sessions between tester and DUT, Implement send_expect function to send command and get output data, Aslo support transfer files to tester or DUT | + | ssh_pexpect.py | Handle ssh sessions between tester and DUT, Implement send_expect function to send command and get output data, Also support transfer files to tester or DUT | +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ | pmd_output.py | Module for get all statics value by port in testpmd | +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ -- 2.19.2