test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 0/1] power_pstate: add test plan index
@ 2019-10-18  8:05 yufengmx
  2019-10-18  8:05 ` [dts] [PATCH V1 1/1] " yufengmx
  0 siblings, 1 reply; 4+ messages in thread
From: yufengmx @ 2019-10-18  8:05 UTC (permalink / raw)
  To: dts, lei.a.yao; +Cc: yufengmx

 add test plan index. 

yufengmx (1):
  power_pstate: add test plan index

 test_plans/index.rst | 1 +
 1 file changed, 1 insertion(+)

-- 
2.21.0


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

* [dts] [PATCH V1 1/1] power_pstate: add test plan index
  2019-10-18  8:05 [dts] [PATCH V1 0/1] power_pstate: add test plan index yufengmx
@ 2019-10-18  8:05 ` yufengmx
  2019-10-18  8:11   ` Yao, Lei A
  2019-10-23  9:44   ` Tu, Lijuan
  0 siblings, 2 replies; 4+ messages in thread
From: yufengmx @ 2019-10-18  8:05 UTC (permalink / raw)
  To: dts, lei.a.yao; +Cc: yufengmx


add test plan index.

Signed-off-by: yufengmx <yufengx.mo@intel.com>
---
 test_plans/index.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test_plans/index.rst b/test_plans/index.rst
index a10d171..569018c 100644
--- a/test_plans/index.rst
+++ b/test_plans/index.rst
@@ -154,6 +154,7 @@ The following are the test plans for the DPDK DTS automated test system.
     vhost_qemu_mtu_test_plan
     vhost_user_live_migration_test_plan
     vm_power_manager_test_plan
+    power_pstate_test_plan
     vmdq_test_plan
     vf_l3fwd_test_plan
     softnic_test_plan
-- 
2.21.0


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

* Re: [dts] [PATCH V1 1/1] power_pstate: add test plan index
  2019-10-18  8:05 ` [dts] [PATCH V1 1/1] " yufengmx
@ 2019-10-18  8:11   ` Yao, Lei A
  2019-10-23  9:44   ` Tu, Lijuan
  1 sibling, 0 replies; 4+ messages in thread
From: Yao, Lei A @ 2019-10-18  8:11 UTC (permalink / raw)
  To: Mo, YufengX, dts



> -----Original Message-----
> From: Mo, YufengX <yufengx.mo@intel.com>
> Sent: Friday, October 18, 2019 4:05 PM
> To: dts@dpdk.org; Yao, Lei A <lei.a.yao@intel.com>
> Cc: Mo, YufengX <yufengx.mo@intel.com>
> Subject: [dts][PATCH V1 1/1] power_pstate: add test plan index
> 
> 
> add test plan index.
> 
> Signed-off-by: yufengmx <yufengx.mo@intel.com>
Acked-by: lei yao <lei.a.yao@intel.com>
> ---
>  test_plans/index.rst | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/test_plans/index.rst b/test_plans/index.rst index
> a10d171..569018c 100644
> --- a/test_plans/index.rst
> +++ b/test_plans/index.rst
> @@ -154,6 +154,7 @@ The following are the test plans for the DPDK DTS
> automated test system.
>      vhost_qemu_mtu_test_plan
>      vhost_user_live_migration_test_plan
>      vm_power_manager_test_plan
> +    power_pstate_test_plan
>      vmdq_test_plan
>      vf_l3fwd_test_plan
>      softnic_test_plan
> --
> 2.21.0


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

* Re: [dts] [PATCH V1 1/1] power_pstate: add test plan index
  2019-10-18  8:05 ` [dts] [PATCH V1 1/1] " yufengmx
  2019-10-18  8:11   ` Yao, Lei A
@ 2019-10-23  9:44   ` Tu, Lijuan
  1 sibling, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2019-10-23  9:44 UTC (permalink / raw)
  To: Mo, YufengX, dts, Yao, Lei A; +Cc: Mo, YufengX

Applied failed, please rework.

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yufengmx
> Sent: Friday, October 18, 2019 4:05 PM
> To: dts@dpdk.org; Yao, Lei A <lei.a.yao@intel.com>
> Cc: Mo, YufengX <yufengx.mo@intel.com>
> Subject: [dts] [PATCH V1 1/1] power_pstate: add test plan index
> 
> 
> add test plan index.
> 
> Signed-off-by: yufengmx <yufengx.mo@intel.com>
> ---
>  test_plans/index.rst | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/test_plans/index.rst b/test_plans/index.rst index
> a10d171..569018c 100644
> --- a/test_plans/index.rst
> +++ b/test_plans/index.rst
> @@ -154,6 +154,7 @@ The following are the test plans for the DPDK DTS
> automated test system.
>      vhost_qemu_mtu_test_plan
>      vhost_user_live_migration_test_plan
>      vm_power_manager_test_plan
> +    power_pstate_test_plan
>      vmdq_test_plan
>      vf_l3fwd_test_plan
>      softnic_test_plan
> --
> 2.21.0


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

end of thread, other threads:[~2019-10-23  9:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-18  8:05 [dts] [PATCH V1 0/1] power_pstate: add test plan index yufengmx
2019-10-18  8:05 ` [dts] [PATCH V1 1/1] " yufengmx
2019-10-18  8:11   ` Yao, Lei A
2019-10-23  9:44   ` 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).