Skip to content

Commit

Permalink
Enable more tests for ADRV9009-SOM
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
  • Loading branch information
tfcollins committed Feb 8, 2024
1 parent 89d94fd commit f8abac5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/test_adrv9009_p.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
skip_jesd = True


hardware = "adrv9009"
hardware = ["adrv9009", "fmcomms8", "zu11eg"]
classname = "adi.adrv9009"

profile_path = dirname(realpath(__file__)) + "/adrv9009_profiles/"
Expand Down
2 changes: 1 addition & 1 deletion test/test_adrv9009_zu11eg.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import adi
import pytest

hardware = "adrv9009-dual"
hardware = ["adrv9009-dual", "fmcomms8", "zu11eg"]
classname = "adi.adrv9009_zu11eg"


Expand Down
2 changes: 1 addition & 1 deletion test/test_adrv9009_zu11eg_fmcomms8.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

hardware = "adrv9009-dual-fmcomms8"
hardware = ["adrv9009-dual-fmcomms8", "zu11eg"]
classname = "adi.adrv9009_zu11eg_fmcomms8"


Expand Down
1 change: 1 addition & 0 deletions test/test_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def get_test_map():
"zynq-zc706-adv7511-adrv9009",
"zynq-zc706-adv7511-adrv9008-1",
"zynq-zc706-adv7511-adrv9008-2",
"zynqmp_adrv9009_zu11eg_revb_adrv2crr_fmc_revb",
]
test_map["zu11eg"] = [
"zynqmp-adrv9009-zu11eg-revb-adrv2crr-fmc-revb",
Expand Down

0 comments on commit f8abac5

Please sign in to comment.