test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] test_plans/loopback_virtio_user_server_mode:fix format
@ 2019-03-01  9:31 Wenjie Li
  2019-03-04  7:33 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Wenjie Li @ 2019-03-01  9:31 UTC (permalink / raw)
  To: dts; +Cc: Wenjie Li

1. add loopback_virtio_user_server_mode_test_plan to index
2. rename loopback_virtio_user_server_mode.rst to
loopback_virtio_user_server_mode_test_plan.rst 
3. fix build warnings in loopback_virtio_user_server_mode

Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
---
 test_plans/index.rst                             |  1 +
 ...opback_virtio_user_server_mode_test_plan.rst} | 16 ++++++++--------
 2 files changed, 9 insertions(+), 8 deletions(-)
 rename test_plans/{loopback_virtio_user_server_mode.rst => loopback_virtio_user_server_mode_test_plan.rst} (95%)

diff --git a/test_plans/index.rst b/test_plans/index.rst
index b7d155b..e6005da 100644
--- a/test_plans/index.rst
+++ b/test_plans/index.rst
@@ -83,6 +83,7 @@ The following are the test plans for the DPDK DTS automated test system.
     link_status_interrupt_test_plan
     loopback_multi_paths_port_restart_performance_test_plan
     loopback_multi_paths_port_restart_test_plan
+    loopback_virtio_user_server_mode_test_plan
     mac_filter_test_plan
     macsec_for_ixgbe_test_plan
     metering_and_policing_test_plan
diff --git a/test_plans/loopback_virtio_user_server_mode.rst b/test_plans/loopback_virtio_user_server_mode_test_plan.rst
similarity index 95%
rename from test_plans/loopback_virtio_user_server_mode.rst
rename to test_plans/loopback_virtio_user_server_mode_test_plan.rst
index 23fa8a9..d94daf7 100644
--- a/test_plans/loopback_virtio_user_server_mode.rst
+++ b/test_plans/loopback_virtio_user_server_mode_test_plan.rst
@@ -30,9 +30,9 @@
    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
    OF THE POSSIBILITY OF SUCH DAMAGE.
 
-========================================
+==========================================
 Loopback virtio-user server mode test plan
-========================================
+==========================================
 
 Description
 ===========
@@ -157,13 +157,13 @@ Test Case5: Port start/stop at virtio-user side with server mode multi queues
 
 3. Stop/start virtio-user port,check Link status is down/up after stop/start virtio-user port::
 
-   Virtio-user side: testpmd>stop
-   Virtio-user side: testpmd>port stop 0
-   Virtio-user side: testpmd>show port info all
-   Virtio-user side: testpmd>port start 0
-   Virtio-user side: testpmd>show port info all
+    Virtio-user side: testpmd>stop
+    Virtio-user side: testpmd>port stop 0
+    Virtio-user side: testpmd>show port info all
+    Virtio-user side: testpmd>port start 0
+    Virtio-user side: testpmd>show port info all
 
 4. Run below command to get throughput,verify the loopback throughput is not zero::
 
-    testpmd>show port stats all
+     testpmd>show port stats all
 
-- 
2.17.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1] test_plans/loopback_virtio_user_server_mode:fix format
  2019-03-01  9:31 [dts] [PATCH V1] test_plans/loopback_virtio_user_server_mode:fix format Wenjie Li
@ 2019-03-04  7:33 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-03-04  7:33 UTC (permalink / raw)
  To: Li, WenjieX A, dts; +Cc: Li, WenjieX A

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Wenjie Li
> Sent: Friday, March 1, 2019 5:32 PM
> To: dts@dpdk.org
> Cc: Li, WenjieX A <wenjiex.a.li@intel.com>
> Subject: [dts] [PATCH V1] test_plans/loopback_virtio_user_server_mode:fix
> format
> 
> 1. add loopback_virtio_user_server_mode_test_plan to index 2. rename
> loopback_virtio_user_server_mode.rst to
> loopback_virtio_user_server_mode_test_plan.rst
> 3. fix build warnings in loopback_virtio_user_server_mode
> 
> Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
> ---
>  test_plans/index.rst                             |  1 +
>  ...opback_virtio_user_server_mode_test_plan.rst} | 16 ++++++++--------
>  2 files changed, 9 insertions(+), 8 deletions(-)  rename
> test_plans/{loopback_virtio_user_server_mode.rst =>
> loopback_virtio_user_server_mode_test_plan.rst} (95%)
> 
> diff --git a/test_plans/index.rst b/test_plans/index.rst index b7d155b..e6005da
> 100644
> --- a/test_plans/index.rst
> +++ b/test_plans/index.rst
> @@ -83,6 +83,7 @@ The following are the test plans for the DPDK DTS
> automated test system.
>      link_status_interrupt_test_plan
>      loopback_multi_paths_port_restart_performance_test_plan
>      loopback_multi_paths_port_restart_test_plan
> +    loopback_virtio_user_server_mode_test_plan
>      mac_filter_test_plan
>      macsec_for_ixgbe_test_plan
>      metering_and_policing_test_plan
> diff --git a/test_plans/loopback_virtio_user_server_mode.rst
> b/test_plans/loopback_virtio_user_server_mode_test_plan.rst
> similarity index 95%
> rename from test_plans/loopback_virtio_user_server_mode.rst
> rename to test_plans/loopback_virtio_user_server_mode_test_plan.rst
> index 23fa8a9..d94daf7 100644
> --- a/test_plans/loopback_virtio_user_server_mode.rst
> +++ b/test_plans/loopback_virtio_user_server_mode_test_plan.rst
> @@ -30,9 +30,9 @@
>     ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
>     OF THE POSSIBILITY OF SUCH DAMAGE.
> 
> -========================================
> +==========================================
>  Loopback virtio-user server mode test plan -
> ========================================
> +==========================================
> 
>  Description
>  ===========
> @@ -157,13 +157,13 @@ Test Case5: Port start/stop at virtio-user side with
> server mode multi queues
> 
>  3. Stop/start virtio-user port,check Link status is down/up after stop/start virtio-
> user port::
> 
> -   Virtio-user side: testpmd>stop
> -   Virtio-user side: testpmd>port stop 0
> -   Virtio-user side: testpmd>show port info all
> -   Virtio-user side: testpmd>port start 0
> -   Virtio-user side: testpmd>show port info all
> +    Virtio-user side: testpmd>stop
> +    Virtio-user side: testpmd>port stop 0
> +    Virtio-user side: testpmd>show port info all
> +    Virtio-user side: testpmd>port start 0
> +    Virtio-user side: testpmd>show port info all
> 
>  4. Run below command to get throughput,verify the loopback throughput is not
> zero::
> 
> -    testpmd>show port stats all
> +     testpmd>show port stats all
> 
> --
> 2.17.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-04  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-01  9:31 [dts] [PATCH V1] test_plans/loopback_virtio_user_server_mode:fix format Wenjie Li
2019-03-04  7:33 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).