From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A6FC36787 for ; Tue, 27 Oct 2015 08:41:16 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 27 Oct 2015 00:41:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,203,1444719600"; d="scan'208";a="672503264" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by orsmga003.jf.intel.com with ESMTP; 27 Oct 2015 00:41:15 -0700 From: "xu,huilong" To: dts@dpdk.org Date: Tue, 27 Oct 2015 15:36:40 +0800 Message-Id: <1445931412-86352-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [00/12] add test start time X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 07:41:17 -0000 *** BLURB HERE *** in our test suite, test app start time only 10 seconds, so dts raise timeout when start test. add start time to 60 seconds. xu,huilong (12): add test start time and exec cmd time for cmdline unit test add test start time and exec cmd time for eal unit test add test start time and exec cmd time for dump unit test add test start time for ivshmem unit test add test start time for kni unit test add test start time for lpm unit test add test start time for mbuf unit test add test start time for mempool unit test add test start time and exec cmd time for power unit test add test start time and exec cmd time for pmd_perf unit test add test start time for ring unit test add test start time for timer unit test tests/TestSuite_unit_tests_cmdline.py | 4 +- tests/TestSuite_unit_tests_dump.py | 34 ++++---- tests/TestSuite_unit_tests_eal.py | 138 +++++++++++++++++---------------- tests/TestSuite_unit_tests_ivshmem.py | 2 +- tests/TestSuite_unit_tests_kni.py | 2 +- tests/TestSuite_unit_tests_lpm.py | 4 +- tests/TestSuite_unit_tests_mbuf.py | 2 +- tests/TestSuite_unit_tests_mempool.py | 4 +- tests/TestSuite_unit_tests_pmd_perf.py | 18 ++--- tests/TestSuite_unit_tests_power.py | 8 +- tests/TestSuite_unit_tests_ring.py | 4 +- tests/TestSuite_unit_tests_timer.py | 4 +- 12 files changed, 114 insertions(+), 110 deletions(-) -- 1.9.3