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

Commit

Permalink
Debug vitis refdesign tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Mar 10, 2021
1 parent 7758f77 commit 037a52c
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions tests/refdesigns/aws_f1/2activator_axi4_2clk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"FpgaImageId": "afi-0fbfd0b219b85d983",
"FpgaImageGlobalId": "agfi-0ad993c04715f5600"
}
4 changes: 2 additions & 2 deletions tests/refdesigns/aws_f1/2activator_axi4_swap_activator.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"FpgaImageId": "afi-084589cfd5f48bfa3",
"FpgaImageGlobalId": "agfi-0a7144ee63b72333a"
"FpgaImageId": "afi-0885ca9e6d29e990d",
"FpgaImageGlobalId": "agfi-0c4caaf6c886d8cd0"
}
Binary file not shown.
Binary file modified tests/refdesigns/aws_xrt/vitis_2activator_125_125.awsxclbin
Binary file not shown.
Binary file not shown.
Binary file modified tests/refdesigns/aws_xrt/vitis_2activator_slr_200_125.awsxclbin
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_trng_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def check_bit_dispersion(value_list):

@pytest.mark.security
@pytest.mark.no_parallel
@pytest.mark.second_to_last
@pytest.mark.last
def test_global_challenge_quality():
print()
value_json = {'requests' : list()}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ def test_refdesign(pytestconfig, conf_json, cred_json, async_handler, log_file_f
# Return logfile handler for more specific verification
return logfile


@pytest.mark.no_parallel
@pytest.mark.last
def test_2activator_axi4_2clk(pytestconfig, conf_json, cred_json, async_handler, log_file_factory):
"""
Test a vivado configuration: dual clock kernels
Expand Down

0 comments on commit 037a52c

Please sign in to comment.