From 5d732c3d629a925ea68b28df4ddd153731330ad6 Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <maltanar@gmail.com> Date: Mon, 25 May 2020 22:49:50 +0100 Subject: [PATCH] [Test] rename to test_pynq_performance_fifo --- ...t_pynq_fifo_performance.py => test_pynq_performance_fifo.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/pynq/{test_pynq_fifo_performance.py => test_pynq_performance_fifo.py} (99%) diff --git a/tests/pynq/test_pynq_fifo_performance.py b/tests/pynq/test_pynq_performance_fifo.py similarity index 99% rename from tests/pynq/test_pynq_fifo_performance.py rename to tests/pynq/test_pynq_performance_fifo.py index 8e55dcbcb..7aaff9f6e 100644 --- a/tests/pynq/test_pynq_fifo_performance.py +++ b/tests/pynq/test_pynq_performance_fifo.py @@ -54,7 +54,7 @@ def make_single_fifo_modelwrapper(Shape, Depth, fld_shape, finn_dtype): @pytest.mark.vivado @pytest.mark.slow -def test_pynq_fifo_performance(): +def test_pynq_performance_fifo(): try: ip = os.environ["PYNQ_IP"] # NOQA board = os.environ["PYNQ_BOARD"] # NOQA -- GitLab