test suite reviews and discussions
 help / color / mirror / Atom feed
From: Yong Liu <yong.liu@intel.com>
To: dts@dpdk.org
Subject: [dts] [PATCH 3/6] framework pmd_output: support quit command of testpmd
Date: Mon, 11 Jan 2016 15:05:37 +0800	[thread overview]
Message-ID: <1452495940-9681-3-git-send-email-yong.liu@intel.com> (raw)
In-Reply-To: <1452495940-9681-1-git-send-email-yong.liu@intel.com>

Signed-off-by: Marvin Liu <yong.liu@intel.com>

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

  parent reply	other threads:[~2016-01-11  7:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-11  7:05 [dts] [PATCH 1/6] framework tester: NIC object get from net_device module Yong Liu
2016-01-11  7:05 ` [dts] [PATCH 2/6] framework packet: only sniff coming packet when tcpdump support Yong Liu
2016-01-11  7:05 ` Yong Liu [this message]
2016-01-11  7:05 ` [dts] [PATCH 4/6] tests vf_vlan: add VF vlan test plan Yong Liu
2016-01-18  1:30   ` Xu, Qian Q
2016-01-18  7:48     ` Liu, Yong
2016-01-11  7:05 ` [dts] [PATCH 5/6] tests vf_vlan: add test suite for VF vlan validation Yong Liu
2016-01-18  1:37   ` Xu, Qian Q
2016-01-11  7:05 ` [dts] [PATCH 6/6] conf vf_vlan: add configuration file for VF vlan Yong Liu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1452495940-9681-3-git-send-email-yong.liu@intel.com \
    --to=yong.liu@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).