test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1]framework/pmd_output: set base dir for session on dut to start testpmd
@ 2020-08-14  5:39 Xiao Qimai
  2020-08-14  8:35 ` Xiao, QimaiX
  2020-08-21  3:13 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Xiao Qimai @ 2020-08-14  5:39 UTC (permalink / raw)
  To: dts; +Cc: Xiao Qimai

Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
---
 framework/pmd_output.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/framework/pmd_output.py b/framework/pmd_output.py
index bba7676..08c0b5c 100644
--- a/framework/pmd_output.py
+++ b/framework/pmd_output.py
@@ -180,6 +180,8 @@ class PmdOutput():
 
         app_name = self.dut.apps_name['test-pmd']
         command = app_name + " %s -- -i %s" % (all_eal_param, param)
+        if self.session != self.dut:
+            self.session.send_expect("cd %s" % self.dut.base_dir, "# ")
         out = self.session.send_expect(command, "testpmd> ", 120)
         self.command = command
         # wait 10s to ensure links getting up before test start.
-- 
2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH V1]framework/pmd_output: set base dir for session on dut to start testpmd
  2020-08-14  5:39 [dts] [PATCH V1]framework/pmd_output: set base dir for session on dut to start testpmd Xiao Qimai
@ 2020-08-14  8:35 ` Xiao, QimaiX
  2020-08-21  3:13 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Xiao, QimaiX @ 2020-08-14  8:35 UTC (permalink / raw)
  To: dts

Tested-by: Xiao, QimaiX <qimaix.xiao@intel.com>

Regards,
Xiao Qimai

> -----Original Message-----
> From: Xiao, QimaiX <qimaix.xiao@intel.com>
> Sent: Friday, August 14, 2020 1:40 PM
> To: dts@dpdk.org
> Cc: Xiao, QimaiX <qimaix.xiao@intel.com>
> Subject: [dts][PATCH V1]framework/pmd_output: set base dir for session on
> dut to start testpmd
> 
> Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
> ---
>  framework/pmd_output.py | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/framework/pmd_output.py b/framework/pmd_output.py index
> bba7676..08c0b5c 100644
> --- a/framework/pmd_output.py
> +++ b/framework/pmd_output.py
> @@ -180,6 +180,8 @@ class PmdOutput():
> 
>          app_name = self.dut.apps_name['test-pmd']
>          command = app_name + " %s -- -i %s" % (all_eal_param, param)
> +        if self.session != self.dut:
> +            self.session.send_expect("cd %s" % self.dut.base_dir, "# ")
>          out = self.session.send_expect(command, "testpmd> ", 120)
>          self.command = command
>          # wait 10s to ensure links getting up before test start.
> --
> 2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH V1]framework/pmd_output: set base dir for session on dut to start testpmd
  2020-08-14  5:39 [dts] [PATCH V1]framework/pmd_output: set base dir for session on dut to start testpmd Xiao Qimai
  2020-08-14  8:35 ` Xiao, QimaiX
@ 2020-08-21  3:13 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-08-21  3:13 UTC (permalink / raw)
  To: Xiao, QimaiX, dts; +Cc: Xiao, QimaiX

> Subject: [dts] [PATCH V1]framework/pmd_output: set base dir for session on dut
> to start testpmd
> 
> Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
> ---
>  framework/pmd_output.py | 2 ++

Applied

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-21  3:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-14  5:39 [dts] [PATCH V1]framework/pmd_output: set base dir for session on dut to start testpmd Xiao Qimai
2020-08-14  8:35 ` Xiao, QimaiX
2020-08-21  3:13 ` Tu, Lijuan

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).