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 4D71E6A80 for ; Tue, 27 Oct 2015 08:41:19 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 27 Oct 2015 00:41:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,203,1444719600"; d="scan'208";a="672503312" 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:19 -0700 From: "xu,huilong" To: dts@dpdk.org Date: Tue, 27 Oct 2015 15:36:44 +0800 Message-Id: <1445931412-86352-5-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1445931412-86352-1-git-send-email-huilongx.xu@intel.com> References: <1445931412-86352-1-git-send-email-huilongx.xu@intel.com> Subject: [dts] [04/12] add test start time for ivshmem unit test 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:20 -0000 Signed-off-by: xu,huilong --- tests/TestSuite_unit_tests_ivshmem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_unit_tests_ivshmem.py b/tests/TestSuite_unit_tests_ivshmem.py index 637d2cc..31e8902 100644 --- a/tests/TestSuite_unit_tests_ivshmem.py +++ b/tests/TestSuite_unit_tests_ivshmem.py @@ -72,7 +72,7 @@ class TestUnitTestsIvshmem(TestCase): """ Run Inter-VM share memory test. """ - self.dut.send_expect("./%s/app/test -n 1 -c ffff" % (self.target), "R.*T.*E.*>.*>", 20) + self.dut.send_expect("./%s/app/test -n 1 -c ffff" % (self.target), "R.*T.*E.*>.*>", 60) out = self.dut.send_expect("ivshmem_autotest", "RTE>>", 120) self.dut.send_expect("quit", "# ") self.verify("Test OK" in out, "Test failed") -- 1.9.3