test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] fix quota_watermark example setup failed
@ 2017-08-16  9:05 xu,huilong
  2017-08-17 10:13 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: xu,huilong @ 2017-08-16  9:05 UTC (permalink / raw)
  To: dts; +Cc: xu,huilong

qw/qwctrl example application path error in test script. So qw/qwctrl setup failed in test

Signed-off-by: xu,huilong <huilongx.xu@intel.com>
---
 tests/TestSuite_quota_watermark.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_quota_watermark.py b/tests/TestSuite_quota_watermark.py
index 72556ab..ecacf38 100644
--- a/tests/TestSuite_quota_watermark.py
+++ b/tests/TestSuite_quota_watermark.py
@@ -122,7 +122,7 @@ class TestQuotaWatermark(TestCase, IxiaPacketGenerator):
         Executes the main example app in the background.
         """
 
-        command = ('./examples/quota_watermark/qw/qw/%s/qw -c {core_mask}' % self.target +
+        command = ('./examples/quota_watermark/qw/%s/qw -c {core_mask}' % self.target +
                    ' -n {memory_channels} -- -p {port_mask} 2>&1 > output.log &')
         self.dut.send_expect(command.format(**locals()), '# ')
 
@@ -131,7 +131,7 @@ class TestQuotaWatermark(TestCase, IxiaPacketGenerator):
         Executes the control app and returns waiting for commands.
         """
 
-        command = './examples/quota_watermark/qwctl/qwctl/%s/qwctl -c 1 -n %s --proc-type=secondary'
+        command = './examples/quota_watermark/qwctl/%s/qwctl -c 1 -n %s --proc-type=secondary'
         command = command % (self.target, str(memory_channels))
         result = self.dut.send_expect(command, 'qwctl> ')
         self.verify('Error' not in result, 'qwctl app failed to execute')
-- 
1.9.3

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

* Re: [dts] [PATCH V1] fix quota_watermark example setup failed
  2017-08-16  9:05 [dts] [PATCH V1] fix quota_watermark example setup failed xu,huilong
@ 2017-08-17 10:13 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2017-08-17 10:13 UTC (permalink / raw)
  To: xu,huilong, dts

Thanks, huilong. Applied.

On 08/16/2017 05:05 PM, xu,huilong wrote:
> qw/qwctrl example application path error in test script. So qw/qwctrl setup failed in test
>
> Signed-off-by: xu,huilong<huilongx.xu@intel.com>

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

end of thread, other threads:[~2017-08-17  1:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-16  9:05 [dts] [PATCH V1] fix quota_watermark example setup failed xu,huilong
2017-08-17 10:13 ` 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).