test suite reviews and discussions
 help / color / mirror / Atom feed
From: "zhao,meijuan" <meijuanx.zhao@intel.com>
To: dts@dpdk.org
Cc: "Zhao, MeijuanX" <meijuanx.zhao@intel.com>
Subject: [dts] [PATCH V1] frame/crb:change runtime config location
Date: Wed, 18 Jul 2018 14:02:47 +0800	[thread overview]
Message-ID: <1531893767-86040-1-git-send-email-meijuanx.zhao@intel.com> (raw)

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

             reply	other threads:[~2018-07-18  6:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-18  6:02 zhao,meijuan [this message]
2018-07-18 19:36 ` Liu, Yong

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=1531893767-86040-1-git-send-email-meijuanx.zhao@intel.com \
    --to=meijuanx.zhao@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).