From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id AECF1ADA7 for ; Fri, 17 Jul 2015 10:08:01 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 17 Jul 2015 01:08:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,494,1432623600"; d="scan'208";a="764384316" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 17 Jul 2015 01:08:00 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t6H87wI6025594; Fri, 17 Jul 2015 16:07:58 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t6H87tQs030904; Fri, 17 Jul 2015 16:07:57 +0800 Received: (from huilongx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t6H87tlw030900; Fri, 17 Jul 2015 16:07:55 +0800 From: "huilong,xu" To: dts@dpdk.org Date: Fri, 17 Jul 2015 16:07:54 +0800 Message-Id: <1437120474-30869-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] add debug info for queue start stop case 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: Fri, 17 Jul 2015 08:08:02 -0000 From: huilong xu Signed-off-by: huilong xu --- tests/TestSuite_queue_start_stop.py | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/tests/TestSuite_queue_start_stop.py b/tests/TestSuite_queue_start_stop.py index d62cc8c..da55247 100644 --- a/tests/TestSuite_queue_start_stop.py +++ b/tests/TestSuite_queue_start_stop.py @@ -70,7 +70,12 @@ class TestQueueStartStop(TestCase): """ Run before each test case. """ - patch_file = FOLDERS["Depends"] + r'/macfwd_log.patch' + try: + patch_file = FOLDERS["Depends"] + r'/macfwd_log.patch' + except: + self.logger.warningstr(FOLDERS)) + patch_file = r'dep/macfwd_log.patch' + FOLDERS["Depends"] = 'dep' patch_dst = "/tmp/" # dpdk patch and build -- 1.7.4.4