commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 41/46: zeromq: temporarily removing QA test


From: git
Subject: [Commit-gnuradio] [gnuradio] 41/46: zeromq: temporarily removing QA test output to XML
Date: Fri, 16 May 2014 19:37:17 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit 760b5b97f3872dcbb0e38dfd8557c02613012c46
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 13 11:12:22 2014 -0700

    zeromq: temporarily removing QA test output to XML
    
    The QA tests are run twice, once for stdout, once for XML out, this
    causes problems because the network ports don't recycle fast enough
    and the blocks get 'address in use' errors.
---
 gr-zeromq/python/zeromq/qa_zeromq_pub.py      | 2 +-
 gr-zeromq/python/zeromq/qa_zeromq_pushpull.py | 2 +-
 gr-zeromq/python/zeromq/qa_zeromq_reqrep.py   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gr-zeromq/python/zeromq/qa_zeromq_pub.py 
b/gr-zeromq/python/zeromq/qa_zeromq_pub.py
index e71c01a..4277cc0 100755
--- a/gr-zeromq/python/zeromq/qa_zeromq_pub.py
+++ b/gr-zeromq/python/zeromq/qa_zeromq_pub.py
@@ -50,4 +50,4 @@ class qa_zeromq_pub (gr_unittest.TestCase):
 
 
 if __name__ == '__main__':
-    gr_unittest.run(qa_zeromq_pub, "qa_zeromq_pub.xml")
+    gr_unittest.run(qa_zeromq_pub)
diff --git a/gr-zeromq/python/zeromq/qa_zeromq_pushpull.py 
b/gr-zeromq/python/zeromq/qa_zeromq_pushpull.py
index 1dfcab1..dd4cb44 100755
--- a/gr-zeromq/python/zeromq/qa_zeromq_pushpull.py
+++ b/gr-zeromq/python/zeromq/qa_zeromq_pushpull.py
@@ -43,4 +43,4 @@ class qa_zeromq_pushpull (gr_unittest.TestCase):
         self.assertEqual(sink.data(), src_data)
 
 if __name__ == '__main__':
-    gr_unittest.run(qa_zeromq_pushpull, "qa_zeromq_pushpull.xml")
+    gr_unittest.run(qa_zeromq_pushpull)
diff --git a/gr-zeromq/python/zeromq/qa_zeromq_reqrep.py 
b/gr-zeromq/python/zeromq/qa_zeromq_reqrep.py
index afb1fbc..e6d20fc 100755
--- a/gr-zeromq/python/zeromq/qa_zeromq_reqrep.py
+++ b/gr-zeromq/python/zeromq/qa_zeromq_reqrep.py
@@ -46,4 +46,4 @@ class qa_zeromq_reqrep (gr_unittest.TestCase):
         self.assertEqual(sink.data(), src_data)
 
 if __name__ == '__main__':
-    gr_unittest.run(qa_zeromq_reqrep, "qa_zeromq_reqrep.xml")
+    gr_unittest.run(qa_zeromq_reqrep)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]