test suite reviews and discussions
 help / color / mirror / Atom feed
* [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

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).