test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] test_plans/add sample built test plan.rst
@ 2018-12-27  8:07 changqingxwu
  2018-12-27 16:04 ` Rami Rosen
  2018-12-28  5:32 ` Zhu, WenhuiX
  0 siblings, 2 replies; 5+ messages in thread
From: changqingxwu @ 2018-12-27  8:07 UTC (permalink / raw)
  To: dts; +Cc: changqingxwu

add sample built test plan

Signed-off-by: changqingxwu <changqingx.wu@intel.com>
---
 test_plans/sample_built_test_plan.rst | 59 +++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)
 create mode 100644 test_plans/sample_built_test_plan.rst

diff --git a/test_plans/sample_built_test_plan.rst b/test_plans/sample_built_test_plan.rst
new file mode 100644
index 0000000..b69f4e0
--- /dev/null
+++ b/test_plans/sample_built_test_plan.rst
@@ -0,0 +1,59 @@
+.. Copyright (c) <2011>, Intel Corporation
+   All rights reserved.
+
+   Redistribution and use in source and binary forms, with or without
+   modification, are permitted provided that the following conditions
+   are met:
+
+   - Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+
+   - Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in
+     the documentation and/or other materials provided with the
+     distribution.
+
+   - Neither the name of Intel Corporation nor the names of its
+     contributors may be used to endorse or promote products derived
+     from this software without specific prior written permission.
+
+   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+   OF THE POSSIBILITY OF SUCH DAMAGE.
+
+=============
+Sample Built
+=============
+
+This test case is for testing that all applications under DPDK /examples compile successfully
+
+Prerequisites
+==============
+
+Packet requirements
+--------------------
+
+-  l2fwd-cat
+	-  intel-cmt-cat.x86_64
+	-  intel-cmt-cat-devel.x86_64
+
+-  vm_power_manager
+	-  libvirt-devel.x86_64 4.1.0-5.fc28
+
+Test Case: Sample Built
+========================
+
+compile the applications of dkdp/examples  successfully::
+
+    make -j 70 -C ./examples/bbdev_app
+    make -j 70 -C ./examples/cmdline
+    ...
\ No newline at end of file
-- 
2.17.2

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

* Re: [dts] [PATCH V1] test_plans/add sample built test plan.rst
  2018-12-27  8:07 [dts] [PATCH V1] test_plans/add sample built test plan.rst changqingxwu
@ 2018-12-27 16:04 ` Rami Rosen
  2018-12-29  8:37   ` Tu, Lijuan
  2018-12-28  5:32 ` Zhu, WenhuiX
  1 sibling, 1 reply; 5+ messages in thread
From: Rami Rosen @ 2018-12-27 16:04 UTC (permalink / raw)
  To: changqingxwu; +Cc: dts

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

Hi,
You mention:
>This test case is for testing that all applications

I am unsure as to why you don't have
make -j 70 -C ./examples

in this test plan, which builds all DPDK examples, and instead have
only

+    make -j 70 -C ./examples/bbdev_app
+    make -j 70 -C ./examples/cmdline
+    ...

Regards,
Rami Rosen

[-- Attachment #2: Type: text/html, Size: 578 bytes --]

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

* Re: [dts] [PATCH V1] test_plans/add sample built test plan.rst
  2018-12-27  8:07 [dts] [PATCH V1] test_plans/add sample built test plan.rst changqingxwu
  2018-12-27 16:04 ` Rami Rosen
@ 2018-12-28  5:32 ` Zhu, WenhuiX
  1 sibling, 0 replies; 5+ messages in thread
From: Zhu, WenhuiX @ 2018-12-28  5:32 UTC (permalink / raw)
  To: Wu, ChangqingX, dts; +Cc: Wu, ChangqingX, Zhu, WenhuiX


Tested-by: Zhu, WenhuiX <wenhuix.zhu@intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of changqingxwu
Sent: Thursday, December 27, 2018 4:07 PM
To: dts@dpdk.org
Cc: Wu, ChangqingX <changqingx.wu@intel.com>
Subject: [dts] [PATCH V1] test_plans/add sample built test plan.rst

add sample built test plan

Signed-off-by: changqingxwu <changqingx.wu@intel.com>
---
 test_plans/sample_built_test_plan.rst | 59 +++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)
 create mode 100644 test_plans/sample_built_test_plan.rst

diff --git a/test_plans/sample_built_test_plan.rst b/test_plans/sample_built_test_plan.rst
new file mode 100644
index 0000000..b69f4e0
--- /dev/null
+++ b/test_plans/sample_built_test_plan.rst
@@ -0,0 +1,59 @@
+.. Copyright (c) <2011>, Intel Corporation
+   All rights reserved.
+
+   Redistribution and use in source and binary forms, with or without
+   modification, are permitted provided that the following conditions
+   are met:
+
+   - Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+
+   - Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in
+     the documentation and/or other materials provided with the
+     distribution.
+
+   - Neither the name of Intel Corporation nor the names of its
+     contributors may be used to endorse or promote products derived
+     from this software without specific prior written permission.
+
+   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+   OF THE POSSIBILITY OF SUCH DAMAGE.
+
+=============
+Sample Built
+=============
+
+This test case is for testing that all applications under DPDK /examples compile successfully
+
+Prerequisites
+==============
+
+Packet requirements
+--------------------
+
+-  l2fwd-cat
+	-  intel-cmt-cat.x86_64
+	-  intel-cmt-cat-devel.x86_64
+
+-  vm_power_manager
+	-  libvirt-devel.x86_64 4.1.0-5.fc28
+
+Test Case: Sample Built
+========================
+
+compile the applications of dkdp/examples  successfully::
+
+    make -j 70 -C ./examples/bbdev_app
+    make -j 70 -C ./examples/cmdline
+    ...
\ No newline at end of file
-- 
2.17.2

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

* Re: [dts] [PATCH V1] test_plans/add sample built test plan.rst
  2018-12-27 16:04 ` Rami Rosen
@ 2018-12-29  8:37   ` Tu, Lijuan
  2018-12-29  8:40     ` Wu, ChangqingX
  0 siblings, 1 reply; 5+ messages in thread
From: Tu, Lijuan @ 2018-12-29  8:37 UTC (permalink / raw)
  To: Rami Rosen, Wu, ChangqingX; +Cc: dts

[-- Attachment #1: Type: text/plain, Size: 637 bytes --]

Agree with Rami, better option to build all examples.

From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen
Sent: Friday, December 28, 2018 12:04 AM
To: Wu, ChangqingX <changqingx.wu@intel.com>
Cc: dts@dpdk.org
Subject: Re: [dts] [PATCH V1] test_plans/add sample built test plan.rst

Hi,
You mention:
>This test case is for testing that all applications

I am unsure as to why you don't have
make -j 70 -C ./examples

in this test plan, which builds all DPDK examples, and instead have
only

+    make -j 70 -C ./examples/bbdev_app
+    make -j 70 -C ./examples/cmdline
+    ...

Regards,
Rami Rosen


[-- Attachment #2: Type: text/html, Size: 4606 bytes --]

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

* Re: [dts] [PATCH V1] test_plans/add sample built test plan.rst
  2018-12-29  8:37   ` Tu, Lijuan
@ 2018-12-29  8:40     ` Wu, ChangqingX
  0 siblings, 0 replies; 5+ messages in thread
From: Wu, ChangqingX @ 2018-12-29  8:40 UTC (permalink / raw)
  To: Tu, Lijuan, Rami Rosen; +Cc: dts

[-- Attachment #1: Type: text/plain, Size: 948 bytes --]

Thanks, i will  check

From: Tu, Lijuan
Sent: Saturday, December 29, 2018 4:37 PM
To: Rami Rosen <ramirose@gmail.com>; Wu, ChangqingX <changqingx.wu@intel.com>
Cc: dts@dpdk.org
Subject: RE: [dts] [PATCH V1] test_plans/add sample built test plan.rst

Agree with Rami, better option to build all examples.

From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen
Sent: Friday, December 28, 2018 12:04 AM
To: Wu, ChangqingX <changqingx.wu@intel.com<mailto:changqingx.wu@intel.com>>
Cc: dts@dpdk.org<mailto:dts@dpdk.org>
Subject: Re: [dts] [PATCH V1] test_plans/add sample built test plan.rst

Hi,
You mention:
>This test case is for testing that all applications

I am unsure as to why you don't have
make -j 70 -C ./examples

in this test plan, which builds all DPDK examples, and instead have
only

+    make -j 70 -C ./examples/bbdev_app
+    make -j 70 -C ./examples/cmdline
+    ...

Regards,
Rami Rosen


[-- Attachment #2: Type: text/html, Size: 5260 bytes --]

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

end of thread, other threads:[~2018-12-29  8:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-27  8:07 [dts] [PATCH V1] test_plans/add sample built test plan.rst changqingxwu
2018-12-27 16:04 ` Rami Rosen
2018-12-29  8:37   ` Tu, Lijuan
2018-12-29  8:40     ` Wu, ChangqingX
2018-12-28  5:32 ` Zhu, WenhuiX

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