From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id 4F2111B45A for ; Fri, 15 Feb 2019 11:13:21 +0100 (CET) Received: by mail-wm1-f68.google.com with SMTP id j125so9043898wmj.1 for ; Fri, 15 Feb 2019 02:13:21 -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=39cwEp37afvfNsAN29t4ZvLQdNCDGauGQhkZ4sFrHlQ=; b=TLDxVJwvyNiM0o+DW5s6EAbG/eqCUjOEMR2dt0/TvZhU3b6qJtS8VzcHN4P10aU8KS uupoHiXA/6K8EphAWOjmesB9KAG2AzmZQKU1OK6Inix3wPw9I5BJg9FfzEYPBF6BMYuF rQ7s2+1NeOsGkaI8CQ5SZHmxYQ0WiWsPMYMx3FJuhV/rWEe2Q5LbXoKDLGibOg0c93l9 0+aG/DdqnBqAuDOsQl8AG/cUwg27im4NDGOhtsvp4Ws8GdqijPrx+sPPvXn1+jjBCmg8 RLGNJr2geL1zZhDZAjOV1KOQW+UW827FuOtWHN4sMjWn6nj+8g+Y688B/Ae2GguvStrl vDrw== 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=39cwEp37afvfNsAN29t4ZvLQdNCDGauGQhkZ4sFrHlQ=; b=in9+anGXl1KdcXpNF9RRwJTAEzG1kuTBbemP7SqVQxehjiV2l8PZHRqXfyjcZoMusR AwM5Ca1KxxEUS0XjCeTs/WqX51Md/6sIm3/3ik5TuecVchlhkFiWmYf16+jSgYBUal5y R3ttjg3xnxyb4YLtpj+I31JeV5k59cqAJm945o6ynTSf9MKNmaV2GORHF6AvoQ75A6p1 +6vMFAiJLCwQvUPvj/wr7/cYmWhnm6xO0/x5Wttnvp3vQzrANQGWzVwSCYbus6asJqm2 tqncUspQ2UQW7ZTu1eGzJw0AXEKDOjynmArjsS/8zgRbDCSIno6263wjTxpemE3xQPsh QIWg== X-Gm-Message-State: AHQUAuZLgSrjinIdKr7yoPDQ3YAn+4sBHL4MWIwhqwGbCyBJROPc1sQJ dg/EVqsAi+neYJLQr/23jL99C8TE X-Google-Smtp-Source: AHgI3IYOO2pgMUfh8gGs/YvpTLKf0JDkYSG0WbR1LLJnUR2gsEeXFBY2AnwLF3WEXuzde8M4ieUsxw== X-Received: by 2002:a7b:cf3a:: with SMTP id m26mr3932656wmg.144.1550225600681; Fri, 15 Feb 2019 02:13:20 -0800 (PST) Received: from localhost.localdomain (bzq-109-66-107-92.red.bezeqint.net. [109.66.107.92]) by smtp.gmail.com with ESMTPSA id o5sm5454525wmh.12.2019.02.15.02.13.19 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 15 Feb 2019 02:13:20 -0800 (PST) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Fri, 15 Feb 2019 12:13:13 +0200 Message-Id: <20190215101313.4177-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] test_plans: fix a typo in crc test plan 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: Fri, 15 Feb 2019 10:13:21 -0000 This patch fixes a typo in crc test plan. Signed-off-by: Rami Rosen --- test_plans/unit_tests_crc_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/unit_tests_crc_test_plan.rst b/test_plans/unit_tests_crc_test_plan.rst index 873d2e3..3f51b5a 100644 --- a/test_plans/unit_tests_crc_test_plan.rst +++ b/test_plans/unit_tests_crc_test_plan.rst @@ -56,7 +56,7 @@ The steps to run the unit test manually are as follow:: # ./build/build/test/test/test -n 1 -c ffff RTE>> crc_autotest -The final output of the test will has to be "Test OK". +The final output of the test will have to be "Test OK". Algorithm Description ===================== -- 2.19.2