From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A54B1A0096 for ; Fri, 12 Apr 2019 12:44:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6933B5F16; Fri, 12 Apr 2019 12:44:01 +0200 (CEST) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id E1FAE5F14 for ; Fri, 12 Apr 2019 12:43:59 +0200 (CEST) Received: by mail-wm1-f65.google.com with SMTP id y197so10420132wmd.0 for ; Fri, 12 Apr 2019 03:43:59 -0700 (PDT) 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=cd/D4n8hCU9ah6w6iMnHZRx1EwLOm6lH0/0GUoLMAsc=; b=GdqN9ko32TCl7ySP05eM+6dLLx6aLilwP3BqRZNJY4rAjSrxrF4AhANAPVn0vfP8S6 zSDV+q05NDJkwvUxQNMOy4kp6lAFkHwKP3lT/uNnwDZgxbiN25qP1ZHnwlSSezU7jNq7 VyfoPcYxj9IAVbObbiET9h28HMQDmS03fC7VktkDxXQx1wQHleaPYzkj9pzRxb1xlPi1 VJ6+uGDsLosoicZcOjtQf+ARp9+X0Vh5owhFGDmprMCyT2qJ4+B0ZtjDNcTElvD7lO/p WouLGDi9U2sNIIdUPgLnAFBMgp6prl5cGboQeebDjsC3XQ8IhdArhomzvB81Rg1oIPoY RvQw== 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=cd/D4n8hCU9ah6w6iMnHZRx1EwLOm6lH0/0GUoLMAsc=; b=lClxbT3f09emqLgA16wReedsMyNPUI+VUWgrDQSXA8q+QClIcwJXKSENesRSzYHXSF emAeYCqxTKXXj4js1rMdkfvXS3SAUc2H7ZZ5Ek0VlUPM2T5c+YFxogb8PeiFtpCapkVN 4dgrzCjL1wxbI8DYBV4GbQShojyYPZg9/+Pt4YBzPqCiYFppG/CgCCVIrsW4fT9wTMJe ZhNPvyhO2rUtZQW9BDKFn5ZchQI/mIDVZcvdMoUymcHZ+Of7jQbeQjkyR+70y7w3FiBv Xn6ZJk837ZJB2NtFJwX+/DotxVJDvNxJwbKHreW8mheRWAFb9OPkU3xHthu+pdi80ysH 5pCw== X-Gm-Message-State: APjAAAUiKwNVNFD+YvEqq+eMgrQUeL9gm9F/7El9THWOUJmFpA2jFksd Y8HFH3LtakGeP9p5rfEhvo41fDMhbECCkwPC X-Google-Smtp-Source: APXvYqwA0k6wCnNJEgF1DZL/U4dOhttMKxEcJRBC2xNcYyjZEfZBmZIJIjk8jNqZcyWql6WemQDiyA== X-Received: by 2002:a1c:9ad6:: with SMTP id c205mr10844614wme.46.1555065839448; Fri, 12 Apr 2019 03:43:59 -0700 (PDT) Received: from localhost.localdomain (bzq-79-177-40-143.red.bezeqint.net. [79.177.40.143]) by smtp.gmail.com with ESMTPSA id p3sm60905341wrx.71.2019.04.12.03.43.58 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 12 Apr 2019 03:43:58 -0700 (PDT) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Fri, 12 Apr 2019 13:43:45 +0300 Message-Id: <20190412104345.6479-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/dts_gsg: lightweight rephrasing in the intro section of gsg 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" This patch includes the following lightweight rephrasing in the intro section of gsg: limitation effort->limited effort However, user-defined test cases, plan and script must follow-> However, user-defined test cases, test plans and scripts must follow which included in the DPDK-> which are included in the DPDK Signed-off-by: Rami Rosen --- doc/dts_gsg/intro.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/dts_gsg/intro.rst b/doc/dts_gsg/intro.rst index 2d14b01..94fd9bf 100644 --- a/doc/dts_gsg/intro.rst +++ b/doc/dts_gsg/intro.rst @@ -3,7 +3,7 @@ Introduction This document describes how to install and configure the Data Plane Development Kit Test Suite (DPDK Test Suite) in a Linux environment. Users can refer this document to enable this test infrastructure in their environment and don’t need go deeply with too much details about this framework. DPDK Test Suite is an automation test tool for DPDK software, a python-base library. It can run on the tester machine, and communicate/manage DUT by SSH connection. DTF supports different kind of traffic generators, including DPDK-based PacketGen, third-party professional tester equipment (IXIA®). -Data Plane Development Kit Test Suite (DPDK Test Suite) includes one set of test cases and DPDK generic test framework. DPDK Test Suite provides test example, references and framework for open source community. Based on DPDK Test Suite, everyone can develop their test plan, automation script and configuration for own features and platform. In addition, DPDK Test Suite provides a solution to allow that DPDK developers contribute their function test to certify their patch integration. It only requires limitation effort to maintain test cases once merged into DPDK Test Suite. Everyone can utilize DPDK Test Suite to measure performance and functionality for features. +Data Plane Development Kit Test Suite (DPDK Test Suite) includes one set of test cases and DPDK generic test framework. DPDK Test Suite provides test example, references and framework for open source community. Based on DPDK Test Suite, everyone can develop their test plan, automation script and configuration for own features and platform. In addition, DPDK Test Suite provides a solution to allow that DPDK developers contribute their function test to certify their patch integration. It only requires limited effort to maintain test cases once merged into DPDK Test Suite. Everyone can utilize DPDK Test Suite to measure performance and functionality for features. Please see DPDK Test Suite architecture in the following figures: @@ -100,9 +100,9 @@ In the DPDK Test Suite Test Framework, it provides the following modules to help | virt_scene.py | Generate virtualization scenario based on configuration file | +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ -Beside Framework tool, DPDK Test Suite also defines one set of test cases. It includes basic test suite to verify basic functionality of DPDK library. These test script provides example and reference. Everyone can develop their test cases, verify their features functionality, and commit generic test report to maintainer. However, user-defined test cases, plan and script must follow DPDK Test Suite standard including code standard, naming conventions, configure format, rst test plan, API. +Beside Framework tool, DPDK Test Suite also defines one set of test cases. It includes basic test suite to verify basic functionality of DPDK library. These test script provides example and reference. Everyone can develop their test cases, verify their features functionality, and commit generic test report to maintainer. However, user-defined test cases, test plans and scripts must follow DPDK Test Suite standard including code standard, naming conventions, configure format, rst test plan, API. -Please see test cases, which included in the DPDK compliance test suites: +Please see test cases, which are included in the DPDK compliance test suites: .. table:: -- 2.19.2