From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 84464A0C41; Tue, 22 Jun 2021 10:17:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 49F104003F; Tue, 22 Jun 2021 10:17:42 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 1B40D4003C for ; Tue, 22 Jun 2021 10:17:38 +0200 (CEST) IronPort-SDR: 5LARNWQSxZsDJjPxbPfmdRitlkVH8XPqIlunLQojinaYTtQ8HNNr7n2T60dSj4QPGmsm09MbwZ PA413FY7EUnw== X-IronPort-AV: E=McAfee;i="6200,9189,10022"; a="194319129" X-IronPort-AV: E=Sophos;i="5.83,291,1616482800"; d="scan'208";a="194319129" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2021 01:17:37 -0700 IronPort-SDR: L7KHOLxPujKL9SB77iEsmm1xevbt7HIk9SaiXvjTkqlDEyqzWpWjMEDKC3rM8ea5O7KQlg//u5 OnbyLOnrqzYQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,291,1616482800"; d="scan'208";a="454178854" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by fmsmga008.fm.intel.com with ESMTP; 22 Jun 2021 01:17:36 -0700 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Tue, 22 Jun 2021 13:01:50 -0400 Message-Id: <20210622170150.142550-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH v1] test_plans/vswitch_sample_cbdma_test_plan X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" Update a step since vswitch can't get cmd with interactive mode. Signed-off-by: Yinan Wang --- test_plans/vswitch_sample_cbdma_test_plan.rst | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/test_plans/vswitch_sample_cbdma_test_plan.rst b/test_plans/vswitch_sample_cbdma_test_plan.rst index a0129d1b..a11f7938 100644 --- a/test_plans/vswitch_sample_cbdma_test_plan.rst +++ b/test_plans/vswitch_sample_cbdma_test_plan.rst @@ -282,11 +282,7 @@ Test Case5: VM2VM split ring test with iperf and reconnect stable check Under VM1, run: `iperf -s -i 1` Under VM2, run: `iperf -c 1.1.1.2 -i 1 -t 60` -8. Check 2VMs can receive and send big packets to each other:: - - testpmd>show port xstats all - Port 0 should have tx packets above 1522 - Port 1 should have rx packets above 1522 +8. Check iperf throughput can get x Gbits/sec. 9. Scp 1MB file form VM1 to VM2M, check packets can be forwarding success by scp:: @@ -345,11 +341,7 @@ Test Case6: VM2VM packed ring test with iperf and reconnect stable test Under VM1, run: `iperf -s -i 1` Under VM2, run: `iperf -c 1.1.1.2 -i 1 -t 60` -8. Check 2VMs can receive and send big packets to each other:: - - testpmd>show port xstats all - Port 0 should have tx packets above 1522 - Port 1 should have rx packets above 1522 +8. Check iperf throughput can get x Gbits/sec. 9. Scp 1MB file form VM1 to VM2M, check packets can be forwarding success by scp:: -- 2.25.1