Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Apr 2, 2021
1 parent ac34bda commit 83da7f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ markers =
last: used by pytest-ordering plugin
hwtst: used to run minimum hw validation tests
lgdn: used to run tests shared with LGDN
awsxrt: used to run XRT (Vitis) tests on AWS
awsxrt: used to run AWS XRT (Vitis) tests on AWS
awsf1: used to run AWS F1 (Vivado) tests on AWS
#log_file = pytest.log
#log_file_level = DEBUG
#log_file_format = %(asctime)s.%(msecs)03d - (%(filename)s:%(lineno)s - [%(levelname)8s] %(message)s)
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def pytest_runtest_setup(item):
skip_awsf1 = True
markers = tuple(item.iter_markers(name='awsf1'))
if skip_awsf1 and markers:
pytest.skip("Don't run AWS F1 (Vivado RTL) tests.")
pytest.skip("Don't run AWS F1 (Vivado) tests.")

# Check awsxrt tests
m_option = item.config.getoption('-m')
Expand Down

0 comments on commit 83da7f5

Please sign in to comment.