analogdevicesinc / TransceiverToolbox

MATLAB toolbox for ADI transceiver products
https://analogdevicesinc.github.io/TransceiverToolbox/master
Other
56 stars 31 forks source link

LTETests fail too long when device not found #68

Closed tfcollins closed 3 years ago

tfcollins commented 3 years ago

Current test without hardware hooked up took 10 minutes to fail.

If a device is not found every enumerated test has to fail to stop the test. There should be a similar check done at startup like here: https://github.com/analogdevicesinc/TransceiverToolbox/blob/master/test/AD9361Tests.m#L10

SrikanthPagadarai commented 3 years ago

69 has fixed this bug.