summaryrefslogtreecommitdiff
path: root/gr-blocks/python/qa_stream_mux.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-02-26 19:53:58 -0500
committerTom Rondeau <trondeau@vt.edu>2013-02-26 19:53:58 -0500
commitb1c0d62060dc54d3f6609d09a9814b77949b2e7a (patch)
tree115198579cb2f9feb26bff62d73bba6cbb05c50d /gr-blocks/python/qa_stream_mux.py
parent8f862bb5c40ef1976d6a6e4722ca36f29e86132c (diff)
blocks: turning off controlport for these tests. If a port is specified, it can clash.
Diffstat (limited to 'gr-blocks/python/qa_stream_mux.py')
-rwxr-xr-xgr-blocks/python/qa_stream_mux.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-blocks/python/qa_stream_mux.py b/gr-blocks/python/qa_stream_mux.py
index f21a9bbbc9..657bd3d63f 100755
--- a/gr-blocks/python/qa_stream_mux.py
+++ b/gr-blocks/python/qa_stream_mux.py
@@ -22,10 +22,12 @@
from gnuradio import gr, gr_unittest
import blocks_swig
+import os
class test_stream_mux (gr_unittest.TestCase):
def setUp (self):
+ os.environ['GR_CONF_CONTROLPORT_ON'] = 'False'
self.tb = gr.top_block ()
def tearDown (self):