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 8DB649AE7 for ; Tue, 21 Jun 2016 11:26:45 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 21 Jun 2016 02:26:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,503,1459839600"; d="scan'208";a="125857543" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga004.fm.intel.com with ESMTP; 21 Jun 2016 02:26:43 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u5L9QhDv002048 for ; Tue, 21 Jun 2016 17:26:43 +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 u5L9QeK2016364 for ; Tue, 21 Jun 2016 17:26:42 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u5L9QeWG016360 for dts@dpdk.org; Tue, 21 Jun 2016 17:26:40 +0800 From: Marvin Liu To: dts@dpdk.org Date: Tue, 21 Jun 2016 17:26:38 +0800 Message-Id: <1466501200-16328-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: References: Subject: [dts] [PATCH v2 0/2] support user input commands in different stage 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, 21 Jun 2016 09:26:45 -0000 v2: Handle command argument input error This patch set support to execute user input commands on dut or tester. Timing of command execution can also be configured to pre-init and post-init. Pre-init mean the stage when ssh sessions created and no more command run on crb. Post-init mean the stage when environment has been ready for running. Marvin Liu (2): framework: crb add stage variable for demonstrate status framework: support execute user input command framework/crb.py | 1 + framework/dts.py | 87 ++++++++++++++++++++++++++++++++++++++++++----- framework/main.py | 7 +++- framework/project_dpdk.py | 3 ++ 4 files changed, 89 insertions(+), 9 deletions(-) -- 1.9.3