From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D4D6FADB1 for ; Tue, 21 Jun 2016 09:21:03 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 21 Jun 2016 00:21:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,502,1459839600"; d="scan'208";a="991934493" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 21 Jun 2016 00:21:02 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u5L7L1mu009537 for ; Tue, 21 Jun 2016 15:21:01 +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 u5L7KwtQ015555 for ; Tue, 21 Jun 2016 15:21:00 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u5L7KwxQ015551 for dts@dpdk.org; Tue, 21 Jun 2016 15:20:58 +0800 From: Marvin Liu To: dts@dpdk.org Date: Tue, 21 Jun 2016 15:20:56 +0800 Message-Id: <1466493658-15519-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH 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 07:21:04 -0000 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