JESD204 Tests
Functions used by test fixtures for evaluating JESD204 link states.
Tests for JESD204 interfaces
- test.jesd_tests.verify_links(iio_uri: str, classname: str)
Verify that the links are up in DATA mode
- Args:
iio_uri (str): URI of the device classname (str): Class name of the device
- Exceptions:
AssertionError: If the link is not in DATA mode
- test.jesd_tests.verify_links_errors_stable(iio_uri: str, classname: str)
Verify that the links are stable and not increasing errors
- Args:
iio_uri (str): URI of the device classname (str): Class name of the
- Exceptions:
AssertionError: If the link errors have increased AssertionError: If the link is not in DATA mode