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 60E335A1F for ; Mon, 11 Jan 2016 08:06:08 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 10 Jan 2016 23:05:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,551,1444719600"; d="scan'208";a="878812700" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 10 Jan 2016 23:05:51 -0800 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u0B75nvA013047; Mon, 11 Jan 2016 15:05:49 +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 u0B75k0b009731; Mon, 11 Jan 2016 15:05:48 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u0B75kZV009727; Mon, 11 Jan 2016 15:05:46 +0800 From: Yong Liu To: dts@dpdk.org Date: Mon, 11 Jan 2016 15:05:37 +0800 Message-Id: <1452495940-9681-3-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1452495940-9681-1-git-send-email-yong.liu@intel.com> References: <1452495940-9681-1-git-send-email-yong.liu@intel.com> Subject: [dts] [PATCH 3/6] framework pmd_output: support quit command of testpmd 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: Mon, 11 Jan 2016 07:06:08 -0000 Signed-off-by: Marvin Liu diff --git a/framework/pmd_output.py b/framework/pmd_output.py index 47cd7c7..df8db12 100644 --- a/framework/pmd_output.py +++ b/framework/pmd_output.py @@ -206,3 +206,6 @@ class PmdOutput(): vlan_info['qinq'] = self.get_detail_from_port_info( 'qinq\(extend\) ', '\S+', port_id) return vlan_info + + def quit(self): + self.dut.send_expect("quit", "# ") -- 1.9.3