Open WayneDroid opened 2 months ago
Ah yeah, the 6361 only has 8 lines on its port0. We can update the fixture to require a device that has 32 lines and skip otherwise, or update the test to work with 8 lines. Given the name, I suspect more than 8 lines is important for validation.
@alynch-ni I did a quick look, seeing that PXIe-6361 only supports 8 lines per channel, in the test case, the number of lines is expected 32 lines. So, the lines comparison is failed, and the remaining datum check will fail.
I did regression test and observe a test failure on test_digital_multi_channelwriterwrite_one_sample_multi_line_jagged___updates_output test case. I haven't spent time to look into the details yet.
Tested on PXIe-6361 and PXIe-6363, failure only happens on PXIe-6361. I did a quick search; the test case was added in #618.