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 0DE792BE6 for ; Tue, 15 Jan 2019 19:16:19 +0100 (CET) Received: by mail-wr1-f67.google.com with SMTP id 96so4099122wrb.2 for ; Tue, 15 Jan 2019 10:16:19 -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=oaNGRY1slj/UwXLu5gRGHzSIdFSs5L36aECokOu8/+s=; b=VJmJlc2cDcOwvHIYjd97O37FV1JGbRYAJHG3ubesW8OUw4qQRgPxzVFP3XyYYTGH4S xTZGa+LWaZLXO7s4j1K1bSkTwW9aFkn1ikzFTvW3KyuK0vLVBWz3oY5BLJH2eH0PAVYz bPkwB4JbAKiEnVFG7r+4DAyFDLjvU/NOLA0hkq+D74xbDJT5cxdk1VKxox+j85SDEFbg LA19Sy8XjBeZqYPFJfPEOsPO2PsLq2DG72vgS3ep9HbrO/pYjl8k4bYfir+OV3JZDJc9 yY8WmaXUdYyHsu7ox85LNyXgVw0oNSna0UsHY5C2SU4IyzqRm9VMHaGLMedWqLWIt54v Lu5g== 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=oaNGRY1slj/UwXLu5gRGHzSIdFSs5L36aECokOu8/+s=; b=FWuCQFgRWqGJeUW9Y8X/Hu6+L/25XWwEwxP44SHy+XMTWhxrLqHericoDvlWWNs7jl 3fySXcLM3MzQsIV8GTxPkkQsCL3Mvknd0ZSmXTT6lfJHeA4GqQyU+M3aUlWP/lroIvXa 3hUbW5XeD9eMB/9UE6tQKtufdaYL4FL4PuhgTV//nLbZ08OWDMo2nW9B3ChG4odI28/7 6xdXO4ZCdv2voYLk4NnlJNtl/yXLUuDWKFVa/C5PfONGiWe0QVX584goFnyFJPfuxC1w SGamm71C1EO6m4z9Z1bmYAueP54AQyRLaiuwh3ypti8ZFdMMgirN+omtsYO58fgEGLQi yr/Q== X-Gm-Message-State: AJcUukeFwFoo7UC+xhVl97cRrn01UhefH6NaT/KCU+3dYp4y+Af7s7LF ygrm73luUSm4nY5PE/NVycIbvnNDPNA= X-Google-Smtp-Source: ALg8bN5dO51jQ5s+9HhqeLKL0Vg4HNi/wwMY2yoOB8DTcOIRlIijJmYlWZDLtFc92NLnlmlz0lbe0g== X-Received: by 2002:a5d:4586:: with SMTP id p6mr4076785wrq.69.1547576178456; Tue, 15 Jan 2019 10:16:18 -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 l14sm157373177wrp.55.2019.01.15.10.16.17 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 15 Jan 2019 10:16:17 -0800 (PST) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Tue, 15 Jan 2019 20:16:09 +0200 Message-Id: <20190115181609.3777-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] doc: fix typos in gsg/config 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: Tue, 15 Jan 2019 18:16:19 -0000 This patch fixes typos in dts_gsg/config.rst. Signed-off-by: Rami Rosen --- doc/dts_gsg/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dts_gsg/config.rst b/doc/dts_gsg/config.rst index 422a250..352b2ad 100644 --- a/doc/dts_gsg/config.rst +++ b/doc/dts_gsg/config.rst @@ -136,7 +136,7 @@ Debug interact support commands as below: list(): list all connected sessions connect(name): connect to session directly exit(): exit dts - quit(): quit debug mode and into noraml mode + quit(): quit debug mode and into normal mode debug(): call python debug module **--debugcase** @@ -189,7 +189,7 @@ First of all, you must create a file named execution.cfg as below. * test_suites: defines list of test suites, which will plan to be executed. * targets: list of DPDK targets to be tested. * parameters: you can define multiple keywords -* scenario: Senario of DPDK virtualization environment for this execution. +* scenario: Scenario of DPDK virtualization environment for this execution. – nic_type : is the type of the NIC to use. The types are defined in the file settings.py. There's one special type named as **cfg**, which mean network information will be loaded from file. -- 2.19.2