Skip to content

Commit

Permalink
added triton hardawre to yaml. added import os libraries to test_trit…
Browse files Browse the repository at this point in the history
…on.py
  • Loading branch information
sringwoo committed Sep 25, 2023
1 parent 3dbc2b4 commit 5c31edc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions test/emu/hardware_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,14 @@ packrf:
- pyadi_iio_class_support:
- ad9361

#platforms
triton:
- axi-ad9084-tx-hpc
- axi-ad9084-rx-hpc
- axi-ad9084-rx1
- axi-ad9084-rx2
- axi-ad9084-rx3

# Generics
ad9361:
- ad9361-phy
Expand Down
8 changes: 6 additions & 2 deletions test/test_triton.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
from os import listdir
from os.path import dirname, join, realpath

import pytest

hardware = ["fmcomms7"]
classname = "adi.ad9364"

hardware = ["triton"]
classname = "adi.triton"


# def test_something():
Expand Down

0 comments on commit 5c31edc

Please sign in to comment.