From: Xia Yan <yanx.xia@intel.com> To: dts@dpdk.org Cc: Xia Yan <yanx.xia@intel.com> Subject: [dts] [PATCH V1] tests/TestSuite_telemetry:modify file path Date: Fri, 8 Jan 2021 15:27:51 +0800 Message-ID: <20210108072751.15119-1-yanx.xia@intel.com> (raw) modify file path Signed-off-by: Xia Yan <yanx.xia@intel.com> --- tests/TestSuite_telemetry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_telemetry.py b/tests/TestSuite_telemetry.py index 81e14a6c..bc2358c5 100644 --- a/tests/TestSuite_telemetry.py +++ b/tests/TestSuite_telemetry.py @@ -128,7 +128,7 @@ class TestTelemetry(TestCase): self.query_tool = ';'.join([ 'cd {}'.format(self.target_dir), 'chmod 777 {}'.format(fileName), - './' + fileName]) + 'python2 ' + fileName]) def rename_dpdk_telemetry_tool(self): ''' -- 2.17.1
next reply other threads:[~2021-01-08 7:25 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-01-08 7:27 Xia Yan [this message] 2021-01-13 6:49 ` 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=20210108072751.15119-1-yanx.xia@intel.com \ --to=yanx.xia@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
test suite reviews and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/dts/0 dts/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dts dts/ https://inbox.dpdk.org/dts \ dts@dpdk.org public-inbox-index dts Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dts AGPL code for this site: git clone https://public-inbox.org/public-inbox.git