test suite reviews and discussions
 help / color / mirror / Atom feed
From: yufengmx <yufengx.mo@intel.com>
To: dts@dpdk.org, lei.a.yao@intel.com
Cc: yufengmx <yufengx.mo@intel.com>
Subject: [dts] [PATCH V3 7/7] malicious_driver_event_indication: support meson
Date: Fri, 25 Sep 2020 10:17:11 +0800	[thread overview]
Message-ID: <20200925021711.33756-8-yufengx.mo@intel.com> (raw)
In-Reply-To: <20200925021711.33756-1-yufengx.mo@intel.com>


support meson build.

Signed-off-by: yufengmx <yufengx.mo@intel.com>
---
 tests/TestSuite_malicious_driver_event_indication.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_malicious_driver_event_indication.py b/tests/TestSuite_malicious_driver_event_indication.py
index f297ab9..44859ab 100644
--- a/tests/TestSuite_malicious_driver_event_indication.py
+++ b/tests/TestSuite_malicious_driver_event_indication.py
@@ -124,8 +124,8 @@ class TestSuiteMaliciousDrvEventIndication(TestCase):
         self.vf_ports_info = None
 
     def init_pf_testpmd(self):
-        self.pf_testpmd = "{}/{}/app/testpmd".format(
-            self.target_dir, self.dut.target)
+        self.pf_testpmd = os.path.join(self.target_dir,
+                                       self.dut.apps_name['test-pmd'])
 
     def start_pf_testpmd(self):
         core_mask = utils.create_mask(self.pf_pmd_cores)
-- 
2.21.0


  parent reply	other threads:[~2020-09-25  2:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-25  2:17 [dts] [PATCH V3 0/7] power: power suite series " yufengmx
2020-09-25  2:17 ` [dts] [PATCH V3 1/7] power_bidirection_channel: " yufengmx
2020-09-25  2:17 ` [dts] [PATCH V3 2/7] power_empty_poll: " yufengmx
2020-09-25  2:17 ` [dts] [PATCH V3 3/7] power_pbf: " yufengmx
2020-09-25  2:17 ` [dts] [PATCH V3 4/7] power_pstate: " yufengmx
2020-09-25  2:17 ` [dts] [PATCH V3 5/7] power_telemetry: " yufengmx
2020-09-25  2:17 ` [dts] [PATCH V3 6/7] vm_pw_mgmt_policy: " yufengmx
2020-09-25  2:17 ` yufengmx [this message]
2020-09-25  2:25 ` [dts] [PATCH V3 0/7] power: power suite series " Mo, YufengX
2020-10-12  8:48 ` Tu, Lijuan
2020-10-12  8:48 ` Tu, Lijuan

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=20200925021711.33756-8-yufengx.mo@intel.com \
    --to=yufengx.mo@intel.com \
    --cc=dts@dpdk.org \
    --cc=lei.a.yao@intel.com \
    /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).