discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] QA Testing Fails


From: Brooke Hayden
Subject: [Discuss-gnuradio] QA Testing Fails
Date: Tue, 5 Feb 2013 14:27:19 -0500

When completing the tutorial for an out-of-tree-module, the qa tests never pass. The errors received look like the following when running the ctest -V command:
test 2
    Start 2: qa_square_ff

2: Test command: /bin/sh "/home/sdr/Tutorials/gr-howto/build/python/qa_square_ff_test.sh"
2: Test timeout computed to be: 9.99988e+06
2: Traceback (most recent call last):
2:   File "/home/sdr/Tutorials/gr-howto/python/qa_square_ff.py", line 22, in <module>
2:     import howto_swig as howto
2:   File "/home/sdr/Tutorials/gr-howto/build/swig/howto_swig.py", line 314, in <module>
2:     square_ff = square_ff.make;
2: NameError: name 'square_ff' is not defined
2/2 Test #2: qa_square_ff .....................***Failed    0.18 sec

Is my qa code in the wrong place? I followed the tutorial and updated python/qa_square_ff.py

Thanks

reply via email to

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