[dts] [PATCH v2 3/6] framework pmd_output: support quit command of testpmd

Yong Liu yong.liu at intel.com
Tue Jan 19 02:38:08 CET 2016


Signed-off-by: Marvin Liu <yong.liu at 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



More information about the dts mailing list