test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] |ERROR|pw 7007 [dpdk-dev, v4, 1/1] ip_frag: fix creating ipv6 fragment extension header
@ 2015-09-10  7:52 sys_stv
  2015-09-10  9:14 ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: sys_stv @ 2015-09-10  7:52 UTC (permalink / raw)
  To: weichunx.chen, haifengx.tang, yufengx.mo, yong.liu,
	thomas.monjalon, dts, qian.q.xu, waterman.cao, shide.dong

Summary:

=====================================================================================================================================================================================
| DPDK git baseline  |      17e01e3141aa520042eb1fa705b3472757350bab
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|    Patchwork ID    |    7007    |     http://www.dpdk.org/dev/patchwork/patch/7007/
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|     Submitter      |      Piotr Azarewicz <piotrx.t.azarewicz@intel.com>
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|        Date        |      Thu, 10 Sep 2015 09:09:17 +0200
=====================================================================================================================================================================================
|     OS    |    Nic    |
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|   fedora  |  niantic  |
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|   i686-native-linuxapp-gcc   |    compile pass
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|  x86_64-native-linuxapp-gcc  |    compile pass
=====================================================================================================================================================================================
| Failed case |      Test Plan
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|     kni     |      http://dpdk.org/browse/tools/dts/tree/test_plans/unit_tests_kni_test_plan.rst
=====================================================================================================================================================================================
|   DTS validation   
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|     OS    |    Nic    |  TestType |             Kernel            |                     GCC                     |           Target          | Result(F/T) 
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|   fedora  |  Niantic  |    auto   |                               |                      4                      | x86_64-native-linuxapp-gcc| total 76, pass 75, failed 1
=====================================================================================================================================================================================

Failed Case List:

========================================================================================================================================
\        |                                         |                                         |                                         |
  \Target|                                         |                                         |                                         |
    \    |        x86_64-native-linuxapp-gcc       |         i686-native-linuxapp-gcc        |         x86_64-native-bsdapp-gcc        |
   OS \  |                                         |                                         |                                         |
        \|                                         |                                         |                                         |
----------------------------------------------------------------------------------------------------------------------------------------
  fedora |                                         |                   N/A                   |                   N/A                   |
         |kni                                      |                                         |                                         |
========================================================================================================================================
|          DTS Validation Error          |

========================================================================================================================
========================================================================================================================
TEST SUITE : TestUnitTestsKni
[SUITE_DUT_CMD] make -C ./app/test/
[SUITE_DUT_CMD] lsmod | grep rte_kni
[SUITE_DUT_CMD] insmod ./x86_64-native-linuxapp-gcc/kmod/rte_kni.ko lo_mode=lo_mode_fifo

-------------------------------------------------------------------------------
Begin: Test Casetest_kni
--------------------------------------------------
FAILED  'Test Failed'
--------------------------------------------------
[SUITE_DUT_CMD]  ./app/test/test -n 1 -c fffe
[SUITE_DUT_CMD]  kni_autotest
[SUITE_DUT_CMD]  quit
End test_kni
-------------------------------------------------------------------------------
[   SUITE_DUT_CMD] rmmod rte_kni
[SUITE_TESTER_CMD] killall scapy 2>/dev/null; echo tester


DPDK STV team 

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

* Re: [dts] |ERROR|pw 7007 [dpdk-dev, v4, 1/1] ip_frag: fix creating ipv6 fragment extension header
  2015-09-10  7:52 [dts] |ERROR|pw 7007 [dpdk-dev, v4, 1/1] ip_frag: fix creating ipv6 fragment extension header sys_stv
@ 2015-09-10  9:14 ` Thomas Monjalon
  2015-09-11 16:04   ` Mcnamara, John
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2015-09-10  9:14 UTC (permalink / raw)
  To: sys_stv; +Cc: shide.dong, dts

Thanks for doing some automatic tests.
Please do not pollute dts list with test reports and use the appropriate list
instead: test-report@dpdk.org.

I think the report would be better readable if there was no array.
The key/value format is easier and more compact. Example:
	Date: Thu, 10 Sep 2015 09:09:17 +0200
	OS: Fedora
	Failed DTS case: http://dpdk.org/browse/tools/dts/tree/test_plans/unit_tests_kni_test_plan.rst

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

* Re: [dts] |ERROR|pw 7007 [dpdk-dev, v4, 1/1] ip_frag: fix creating ipv6 fragment extension header
  2015-09-10  9:14 ` Thomas Monjalon
@ 2015-09-11 16:04   ` Mcnamara, John
  0 siblings, 0 replies; 3+ messages in thread
From: Mcnamara, John @ 2015-09-11 16:04 UTC (permalink / raw)
  To: sys_stv, Chen, WeichunX, Tang, HaifengX, Mo, YufengX, Liu, Yong,
	thomas.monjalon, dts, Xu, Qian Q, Cao, Waterman, Dong, Shide

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Thursday, September 10, 2015 10:14 AM
> To: sys_stv
> Cc: Dong, Shide; dts@dpdk.org
> Subject: Re: [dts] |ERROR|pw 7007 [dpdk-dev, v4, 1/1] ip_frag: fix
> creating ipv6 fragment extension header
> 
> Thanks for doing some automatic tests.
> Please do not pollute dts list with test reports and use the appropriate
> list
> instead: test-report@dpdk.org.
> 
> I think the report would be better readable if there was no array.
> The key/value format is easier and more compact. Example:
> 	Date: Thu, 10 Sep 2015 09:09:17 +0200
> 	OS: Fedora
> 	Failed DTS case: http://dpdk.org/browse/tools/dts/...

Hi,

Good work on the automated testing. It is really nice to see that working now.

I agree with Thomas about the array/table format of the report. It is a little hard to read. 

I also agree that a key/value format like the example above would be better.

John.
-- 

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

end of thread, other threads:[~2015-09-11 16:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-10  7:52 [dts] |ERROR|pw 7007 [dpdk-dev, v4, 1/1] ip_frag: fix creating ipv6 fragment extension header sys_stv
2015-09-10  9:14 ` Thomas Monjalon
2015-09-11 16:04   ` Mcnamara, John

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