Skip to content

Commit

Permalink
Update ad3552r test
Browse files Browse the repository at this point in the history
Upadte ad3552r test match new class naming for ad3552r.
Rename device xml file to axi_ad3552r.xml.

Signed-off-by: Marcelo Schmitt <[email protected]>
  • Loading branch information
machschmitt committed Nov 6, 2023
1 parent 4ec1114 commit 2c95f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions test/test_ad3552r.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest

hardware = ["ad3552r"]
classname = "adi.ad3552r"
hardware = ["axi_ad3552r"]
classname = "adi.axi_ad3552r"


@pytest.mark.iio_hardware(hardware)
Expand Down

0 comments on commit 2c95f53

Please sign in to comment.