Commit 0b068169 authored by Federico Vaga's avatar Federico Vaga

tst: fix test fixture to be used

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 041ff456
...@@ -218,7 +218,7 @@ class TestDma(object): ...@@ -218,7 +218,7 @@ class TestDma(object):
@pytest.mark.skipif(pytest.cfg_bitstream is None, @pytest.mark.skipif(pytest.cfg_bitstream is None,
reason="We need a bitstream to reflash") reason="We need a bitstream to reflash")
def test_dma_reg_word(self, spec): def test_dma_reg_word(self, dma):
""" """
Regression test. Regression test.
It happend that a 4Bytes transfer was triggering a DMA error It happend that a 4Bytes transfer was triggering a DMA error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment