From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 39C475A8B for ; Thu, 4 Jun 2015 08:28:50 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 03 Jun 2015 23:28:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,551,1427785200"; d="scan'208";a="736851254" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 03 Jun 2015 23:28:48 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t546SkSF017680; Thu, 4 Jun 2015 14:28:46 +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 t546Si9L002350; Thu, 4 Jun 2015 14:28:46 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t546SiHa002346; Thu, 4 Jun 2015 14:28:44 +0800 From: Yong Liu To: dts@dpdk.org Date: Thu, 4 Jun 2015 14:28:34 +0800 Message-Id: <1433399319-2314-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH 0/5] Optimize virtualization automation framework. 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 Jun 2015 06:28:50 -0000 From: Marvin Liu Optimize for stability of virtualiztion framework. Add debugcase command in dts arguments for case development. Support rerun interrupted test case in debug mode. Marvin Liu (5): Add virttype parameter into virtual machine instantiation. Change virtual machine default directory to host base_dir. Optimize qemu kvm module functions and code style. Add session close function in virt_dut module. Support dynamic load test case in debug mode. Use can use "rerun" command to re-run the interrupted case. framework/debugger.py | 36 ++++++- framework/dts.py | 37 ++++++- framework/main.py | 12 ++- framework/qemu_kvm.py | 274 ++++++++++++++++++++++--------------------------- framework/virt_base.py | 21 +++- framework/virt_dut.py | 45 +++++++- 6 files changed, 260 insertions(+), 165 deletions(-) -- 1.9.3