* [dts] add debug info for queue start stop case
@ 2015-07-17 8:07 huilong,xu
2015-07-17 8:37 ` Liu, Yong
0 siblings, 1 reply; 3+ messages in thread
From: huilong,xu @ 2015-07-17 8:07 UTC (permalink / raw)
To: dts
From: huilong xu <huilongx.xu@intel.com>
Signed-off-by: huilong xu <huilongx.xu@intel.com>
---
tests/TestSuite_queue_start_stop.py | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/tests/TestSuite_queue_start_stop.py b/tests/TestSuite_queue_start_stop.py
index d62cc8c..da55247 100644
--- a/tests/TestSuite_queue_start_stop.py
+++ b/tests/TestSuite_queue_start_stop.py
@@ -70,7 +70,12 @@ class TestQueueStartStop(TestCase):
"""
Run before each test case.
"""
- patch_file = FOLDERS["Depends"] + r'/macfwd_log.patch'
+ try:
+ patch_file = FOLDERS["Depends"] + r'/macfwd_log.patch'
+ except:
+ self.logger.warningstr(FOLDERS))
+ patch_file = r'dep/macfwd_log.patch'
+ FOLDERS["Depends"] = 'dep'
patch_dst = "/tmp/"
# dpdk patch and build
--
1.7.4.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] add debug info for queue start stop case
2015-07-17 8:07 [dts] add debug info for queue start stop case huilong,xu
@ 2015-07-17 8:37 ` Liu, Yong
2015-07-20 4:24 ` Qiu, Michael
0 siblings, 1 reply; 3+ messages in thread
From: Liu, Yong @ 2015-07-17 8:37 UTC (permalink / raw)
To: Xu, HuilongX, dts
That's only temporary fix in branch 1.1 and will be removed after found root cause.
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilong,xu
> Sent: Friday, July 17, 2015 4:08 PM
> To: dts@dpdk.org
> Subject: [dts] add debug info for queue start stop case
>
> From: huilong xu <huilongx.xu@intel.com>
>
>
> Signed-off-by: huilong xu <huilongx.xu@intel.com>
> ---
> tests/TestSuite_queue_start_stop.py | 7 ++++++-
> 1 files changed, 6 insertions(+), 1 deletions(-)
>
> diff --git a/tests/TestSuite_queue_start_stop.py
> b/tests/TestSuite_queue_start_stop.py
> index d62cc8c..da55247 100644
> --- a/tests/TestSuite_queue_start_stop.py
> +++ b/tests/TestSuite_queue_start_stop.py
> @@ -70,7 +70,12 @@ class TestQueueStartStop(TestCase):
> """
> Run before each test case.
> """
> - patch_file = FOLDERS["Depends"] + r'/macfwd_log.patch'
> + try:
> + patch_file = FOLDERS["Depends"] + r'/macfwd_log.patch'
> + except:
> + self.logger.warningstr(FOLDERS))
> + patch_file = r'dep/macfwd_log.patch'
> + FOLDERS["Depends"] = 'dep'
> patch_dst = "/tmp/"
>
> # dpdk patch and build
> --
> 1.7.4.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] add debug info for queue start stop case
2015-07-17 8:37 ` Liu, Yong
@ 2015-07-20 4:24 ` Qiu, Michael
0 siblings, 0 replies; 3+ messages in thread
From: Qiu, Michael @ 2015-07-20 4:24 UTC (permalink / raw)
To: Liu, Yong; +Cc: dts
Root cause could be not cleaned up last time, that means the code already include this patch or code changed
> 在 2015年7月17日,上午1:38,Liu, Yong <yong.liu@intel.com> 写道:
>
> That's only temporary fix in branch 1.1 and will be removed after found root cause.
>
>> -----Original Message-----
>> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilong,xu
>> Sent: Friday, July 17, 2015 4:08 PM
>> To: dts@dpdk.org
>> Subject: [dts] add debug info for queue start stop case
>>
>> From: huilong xu <huilongx.xu@intel.com>
>>
>>
>> Signed-off-by: huilong xu <huilongx.xu@intel.com>
>> ---
>> tests/TestSuite_queue_start_stop.py | 7 ++++++-
>> 1 files changed, 6 insertions(+), 1 deletions(-)
>>
>> diff --git a/tests/TestSuite_queue_start_stop.py
>> b/tests/TestSuite_queue_start_stop.py
>> index d62cc8c..da55247 100644
>> --- a/tests/TestSuite_queue_start_stop.py
>> +++ b/tests/TestSuite_queue_start_stop.py
>> @@ -70,7 +70,12 @@ class TestQueueStartStop(TestCase):
>> """
>> Run before each test case.
>> """
>> - patch_file = FOLDERS["Depends"] + r'/macfwd_log.patch'
>> + try:
>> + patch_file = FOLDERS["Depends"] + r'/macfwd_log.patch'
>> + except:
>> + self.logger.warningstr(FOLDERS))
>> + patch_file = r'dep/macfwd_log.patch'
>> + FOLDERS["Depends"] = 'dep'
>> patch_dst = "/tmp/"
>>
>> # dpdk patch and build
>> --
>> 1.7.4.4
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-20 4:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-17 8:07 [dts] add debug info for queue start stop case huilong,xu
2015-07-17 8:37 ` Liu, Yong
2015-07-20 4:24 ` Qiu, Michael
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).