test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [DTS][PATCH] add smoke execution config
@ 2015-06-17  1:49 Jingguo Fu
  2015-06-17  1:53 ` Xu, HuilongX
  0 siblings, 1 reply; 3+ messages in thread
From: Jingguo Fu @ 2015-06-17  1:49 UTC (permalink / raw)
  To: dts; +Cc: Jingguo Fu

Signed-off-by: Jingguo Fu <jingguox.fu@intel.com>
---
 executions/execution_smoke.cfg | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 executions/execution_smoke.cfg

diff --git a/executions/execution_smoke.cfg b/executions/execution_smoke.cfg
new file mode 100644
index 0000000..7631f5c
--- /dev/null
+++ b/executions/execution_smoke.cfg
@@ -0,0 +1,31 @@
+[Execution1]
+crbs=<CRB IP Address>
+drivername=<driver name igb_uio or vfio-pci>
+test_suites=
+    unit_tests_cmdline,
+    unit_tests_eal,
+    unit_tests_dump,
+    unit_tests_ivshmem,
+    unit_tests_kni,
+    unit_tests_lpm,
+    unit_tests_mbuf,
+    unit_tests_mempool,
+    unit_tests_power,
+    unit_tests_pmd_perf,
+    unit_tests_qos,
+    unit_tests_ring,
+    unit_tests_ringpmd,
+    unit_tests_timer,
+    dynamic_config,
+    jumboframes,
+    scatter,
+    ieee1588,
+    multiprocess,
+    l2fwd,
+    pmd,
+    checksum_offload,
+    whitelist,
+    blacklist
+targets=
+    x86_64-native-linuxapp-gcc
+parameters=nic_type=niantic:func=true
-- 
1.9.1

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

* Re: [dts] [DTS][PATCH] add smoke execution config
  2015-06-17  1:49 [dts] [DTS][PATCH] add smoke execution config Jingguo Fu
@ 2015-06-17  1:53 ` Xu, HuilongX
  2015-06-17  1:57   ` Liu, Yong
  0 siblings, 1 reply; 3+ messages in thread
From: Xu, HuilongX @ 2015-06-17  1:53 UTC (permalink / raw)
  To: Fu, JingguoX, dts

Acked-by: xu huilong <huilongx.xu@intel.com>

> -----Original Message-----
> From: Fu, JingguoX
> Sent: Wednesday, June 17, 2015 9:50 AM
> To: dts@dpdk.org
> Cc: Xu, HuilongX; Fu, JingguoX
> Subject: [DTS][PATCH] add smoke execution config
> 
> Signed-off-by: Jingguo Fu <jingguox.fu@intel.com>
> ---
>  executions/execution_smoke.cfg | 31 +++++++++++++++++++++++++++++++
>  1 file changed, 31 insertions(+)
>  create mode 100644 executions/execution_smoke.cfg
> 
> diff --git a/executions/execution_smoke.cfg
> b/executions/execution_smoke.cfg
> new file mode 100644
> index 0000000..7631f5c
> --- /dev/null
> +++ b/executions/execution_smoke.cfg
> @@ -0,0 +1,31 @@
> +[Execution1]
> +crbs=<CRB IP Address>
> +drivername=<driver name igb_uio or vfio-pci>
> +test_suites=
> +    unit_tests_cmdline,
> +    unit_tests_eal,
> +    unit_tests_dump,
> +    unit_tests_ivshmem,
> +    unit_tests_kni,
> +    unit_tests_lpm,
> +    unit_tests_mbuf,
> +    unit_tests_mempool,
> +    unit_tests_power,
> +    unit_tests_pmd_perf,
> +    unit_tests_qos,
> +    unit_tests_ring,
> +    unit_tests_ringpmd,
> +    unit_tests_timer,
> +    dynamic_config,
> +    jumboframes,
> +    scatter,
> +    ieee1588,
> +    multiprocess,
> +    l2fwd,
> +    pmd,
> +    checksum_offload,
> +    whitelist,
> +    blacklist
> +targets=
> +    x86_64-native-linuxapp-gcc
> +parameters=nic_type=niantic:func=true
> --
> 1.9.1

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

* Re: [dts] [DTS][PATCH] add smoke execution config
  2015-06-17  1:53 ` Xu, HuilongX
@ 2015-06-17  1:57   ` Liu, Yong
  0 siblings, 0 replies; 3+ messages in thread
From: Liu, Yong @ 2015-06-17  1:57 UTC (permalink / raw)
  To: Xu, HuilongX, Fu, JingguoX, dts

Thans, merged into 1.1 branch.

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xu, HuilongX
> Sent: Wednesday, June 17, 2015 9:54 AM
> To: Fu, JingguoX; dts@dpdk.org
> Subject: Re: [dts] [DTS][PATCH] add smoke execution config
> 
> Acked-by: xu huilong <huilongx.xu@intel.com>
> 
> > -----Original Message-----
> > From: Fu, JingguoX
> > Sent: Wednesday, June 17, 2015 9:50 AM
> > To: dts@dpdk.org
> > Cc: Xu, HuilongX; Fu, JingguoX
> > Subject: [DTS][PATCH] add smoke execution config
> >
> > Signed-off-by: Jingguo Fu <jingguox.fu@intel.com>
> > ---
> >  executions/execution_smoke.cfg | 31 +++++++++++++++++++++++++++++++
> >  1 file changed, 31 insertions(+)
> >  create mode 100644 executions/execution_smoke.cfg
> >
> > diff --git a/executions/execution_smoke.cfg
> > b/executions/execution_smoke.cfg
> > new file mode 100644
> > index 0000000..7631f5c
> > --- /dev/null
> > +++ b/executions/execution_smoke.cfg
> > @@ -0,0 +1,31 @@
> > +[Execution1]
> > +crbs=<CRB IP Address>
> > +drivername=<driver name igb_uio or vfio-pci>
> > +test_suites=
> > +    unit_tests_cmdline,
> > +    unit_tests_eal,
> > +    unit_tests_dump,
> > +    unit_tests_ivshmem,
> > +    unit_tests_kni,
> > +    unit_tests_lpm,
> > +    unit_tests_mbuf,
> > +    unit_tests_mempool,
> > +    unit_tests_power,
> > +    unit_tests_pmd_perf,
> > +    unit_tests_qos,
> > +    unit_tests_ring,
> > +    unit_tests_ringpmd,
> > +    unit_tests_timer,
> > +    dynamic_config,
> > +    jumboframes,
> > +    scatter,
> > +    ieee1588,
> > +    multiprocess,
> > +    l2fwd,
> > +    pmd,
> > +    checksum_offload,
> > +    whitelist,
> > +    blacklist
> > +targets=
> > +    x86_64-native-linuxapp-gcc
> > +parameters=nic_type=niantic:func=true
> > --
> > 1.9.1

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

end of thread, other threads:[~2015-06-17  1:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-17  1:49 [dts] [DTS][PATCH] add smoke execution config Jingguo Fu
2015-06-17  1:53 ` Xu, HuilongX
2015-06-17  1:57   ` Liu, Yong

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).