summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/qa_socket_pdu.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/python/blocks/qa_socket_pdu.py')
-rw-r--r--gr-blocks/python/blocks/qa_socket_pdu.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/python/blocks/qa_socket_pdu.py b/gr-blocks/python/blocks/qa_socket_pdu.py
index 961dc914ea..21f8ead6ec 100644
--- a/gr-blocks/python/blocks/qa_socket_pdu.py
+++ b/gr-blocks/python/blocks/qa_socket_pdu.py
@@ -29,6 +29,7 @@ import time
class qa_socket_pdu (gr_unittest.TestCase):
def setUp (self):
+ random.seed(0)
self.tb = gr.top_block ()
def tearDown (self):