test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] frame/crb:change runtime config location
@ 2018-07-18  6:02 zhao,meijuan
  2018-07-18 19:36 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: zhao,meijuan @ 2018-07-18  6:02 UTC (permalink / raw)
  To: dts; +Cc: Zhao, MeijuanX

From: Zhao, MeijuanX <meijuanx.zhao@intel.com>

you can reference dpdk commit:adf1d867361

Signed-off-by: Zhao, MeijuanX <meijuanx.zhao@intel.com>
---
 framework/crb.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/crb.py b/framework/crb.py
index 7affce7..0885539 100644
--- a/framework/crb.py
+++ b/framework/crb.py
@@ -438,7 +438,7 @@ class Crb(object):
         """
         pids = []
         pid_reg = r'p(\d+)'
-        cmd = 'lsof -Fp /var/run/.rte_config'
+        cmd = 'lsof -Fp /var/run/dpdk/rte/config'
         out = self.send_expect(cmd, "# ", 20, alt_session)
         if len(out):
             lines = out.split('\r\n')
@@ -450,7 +450,7 @@ class Crb(object):
             self.send_expect('kill -9 %s' % pid, '# ', 20, alt_session)
             self.get_session_output(timeout=2)
 
-        cmd = 'lsof -Fp /var/run/.rte_hugepage_info'
+        cmd = 'lsof -Fp /var/run/dpdk/rte/hugepage_info'
         out = self.send_expect(cmd, "# ", 20, alt_session)
         if len(out) and "No such file or directory" not in out:
             self.logger.warning("There are some dpdk process not free hugepage")
-- 
1.9.3

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

* Re: [dts] [PATCH V1] frame/crb:change runtime config location
  2018-07-18  6:02 [dts] [PATCH V1] frame/crb:change runtime config location zhao,meijuan
@ 2018-07-18 19:36 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2018-07-18 19:36 UTC (permalink / raw)
  To: zhao,meijuan, dts

Thanks, Meijuan. Applied.

On 07/18/2018 02:02 PM, zhao,meijuan wrote:
> From: Zhao, MeijuanX<meijuanx.zhao@intel.com>
>
> you can reference dpdk commit:adf1d867361
>
> Signed-off-by: Zhao, MeijuanX<meijuanx.zhao@intel.com>

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

end of thread, other threads:[~2018-07-18 11:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-18  6:02 [dts] [PATCH V1] frame/crb:change runtime config location zhao,meijuan
2018-07-18 19:36 ` Liu, Yong

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