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 52639A05D3 for ; Sun, 21 Apr 2019 16:02:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1009B1B4BE; Sun, 21 Apr 2019 16:02:26 +0200 (CEST) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by dpdk.org (Postfix) with ESMTP id B55801B483 for ; Sun, 21 Apr 2019 16:02:24 +0200 (CEST) Received: by mail-wr1-f48.google.com with SMTP id j9so12870011wrn.6 for ; Sun, 21 Apr 2019 07:02:24 -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; bh=sBvT/LHsGbfPeJrsqsogQZyPKiJySzvmQC8yLUohsps=; b=BEW+E3IsXjJfmEQ7T0n/j88bUcKE1Tm0jq7cpyisLNm3WRGgJc8qEqmQac5bIfrXzT oTpoKAHNN/jiMWAmiiGhDe+3WjJqYa2GUFcEs7mVNlcGmuSKGXjGpqNKP0vRf5uDRfjO fDNc1f09ONnZYfMjmbYPkkeeSACPL07aa9x8lnBjmBo53Pa6uHKar/erJ9nPakvSCuzg S8609lFB6gYA3d9QNiMBqir+aXd49e8WVbi2UFAJ3ygp/zlotYLk78EYGpB6Jag1qgUw OFGHqQrFDqQhwtXFs3VqwtUhMtKvX6r1nIZJPOq1ddFNCC04AvZUE5nxFUkczhGQ37mR 1CIw== 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; bh=sBvT/LHsGbfPeJrsqsogQZyPKiJySzvmQC8yLUohsps=; b=h+3o6jjJ1pZBA3rVUhvUgMpkRVfI8D3aFhlpNLAeCFQMGdaHCftcKmk3sgDazh2bhp +BPFvnt7bmPdTR9WZCLJ2fAudpl5fzlxkuYXW7p+DofrN/iernbLR6dtUlqwB+MsCfSR 2PQy3uMUzetPshCICQcoB6HfIdxEsdammom5qO7gJx4uhafZaGFZQ4On1DUbURyk0Las 7N1QPVkeb1mbXPe0Q5e4KQvNSimlVYJdyOwjO371J/KYkJR9XyKBj/cYgXoZvWKn5oH9 JjD3X2l/fVOZ447OXvDIhRPID2W2dWiTPxJVd4z7E7vLwIgt1DigIyiGWoLobB+4QPyb QJAw== X-Gm-Message-State: APjAAAVpDmbQnDL2R5HtyniE4fA63gnzHmxXfDLp6ddPfV5Wh9nyX6ua 6o+/EuXwFt2+mGVzjojZ8+1MI9HJFsg= X-Google-Smtp-Source: APXvYqxKysG5y9mIRfrOj+SqjOHoS4dT+eZnaroVa99wEzRPNcqJTe/IiCRGWBVgZ4EKG520FlJt1A== X-Received: by 2002:a05:6000:1d2:: with SMTP id t18mr8712372wrx.221.1555855344181; Sun, 21 Apr 2019 07:02:24 -0700 (PDT) Received: from tester_romu.netio.cloud ([212.199.245.54]) by smtp.gmail.com with ESMTPSA id w11sm19820151wre.15.2019.04.21.07.02.23 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 21 Apr 2019 07:02:23 -0700 (PDT) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Sun, 21 Apr 2019 17:02:15 +0300 Message-Id: <20190421140215.6207-1-ramirose@gmail.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH] test_plans/telemetry: use correct name of script 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 fixes the telemetry test plan to use the correct name of the usertools script, dpdk-telemetry-client.py. Signed-off-by: Rami Rosen --- test_plans/telemetry_test_plan.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test_plans/telemetry_test_plan.rst b/test_plans/telemetry_test_plan.rst index 1085fd5..4098683 100644 --- a/test_plans/telemetry_test_plan.rst +++ b/test_plans/telemetry_test_plan.rst @@ -72,7 +72,7 @@ Prerequisites 4. Launch the ``telemetry`` python script with a client filepath : - python usertools/telemetry_client.py /var/run/some_client + python usertools/dpdk-telemetry-client.py /var/run/some_client 5. Build should include both make and mesion static/shared @@ -115,7 +115,7 @@ Test case: Stats of 2 ports for testpmd and telemetry with same type nic 3.Run Python terminal: - python ./usertools/telemetry_client.py + python ./usertools/dpdk-telemetry-client.py enter 1/2/ : 4.check and verify any error show on testpmd @@ -146,7 +146,7 @@ Test case: Stats of 2 ports for testpmd and telemetry with different type nic 3.Run Python terminal: - python ./usertools/telemetry_client.py + python ./usertools/dpdk-telemetry-client.py enter 1/2/ : 4.check and verify any error show on testpmd @@ -177,7 +177,7 @@ Test case: Stats of 4 ports for testpmd and telemetry with same type nic 3.Run Python terminal: - python ./usertools/telemetry_client.py + python ./usertools/dpdk-telemetry-client.py enter 1/2/ 4.check and verify any error show on testpmd @@ -208,7 +208,7 @@ Test case: Stats of 4 ports for testpmd and telemetry with different type nic 3.Run Python terminal: - python ./usertools/telemetry_client.py + python ./usertools/dpdk-telemetry-client.py enter 1/2/ : 4.check and verify any error show on testpmd -- 2.17.1