From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 00BE62C0C for ; Thu, 4 Aug 2016 15:18:39 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 04 Aug 2016 06:18:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,470,1464678000"; d="scan'208";a="150550938" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga004.fm.intel.com with ESMTP; 04 Aug 2016 06:18:38 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u74DIbK6030455 for ; Thu, 4 Aug 2016 21:18:37 +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 u74DIY9u014734 for ; Thu, 4 Aug 2016 21:18:36 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u74DIYYu014730 for dts@dpdk.org; Thu, 4 Aug 2016 21:18:34 +0800 From: Marvin Liu To: dts@dpdk.org Date: Thu, 4 Aug 2016 21:18:30 +0800 Message-Id: <1470316714-14698-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH 0/4] enhance framework and fix some issues 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: Thu, 04 Aug 2016 13:18:40 -0000 This patch set based on next branch and enhanced framework stability. It also fixed cache option not work issue and some tope issues in suite. Marvin Liu (4): framework dts: fix exit when exception raised framework: fix cache option not work framework: add session check function tests: fix tope issue in suites framework/dts.py | 39 ++++++++++++++++++++----------------- framework/dut.py | 24 +++++++++++++++-------- framework/ssh_connection.py | 13 +++++++++++++ framework/test_case.py | 21 +++++++++++++------- framework/tester.py | 7 ++++++- tests/TestSuite_checksum_offload.py | 14 ++++++------- tests/TestSuite_ipv4_reassembly.py | 6 +++--- tests/TestSuite_pmd_bonded.py | 8 ++------ 8 files changed, 81 insertions(+), 51 deletions(-) -- 1.9.3