Rename test_dcache, which can't be invoked by test runners
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sat, 31 Jul 2021 22:43:26 +0000 (00:43 +0200)
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sat, 31 Jul 2021 23:49:22 +0000 (01:49 +0200)
commit243e80326b06379a3214792f876d741ecf113fe1
tree2d2bf818c4dff0c43d5bafd6a7e593c24b1bd411
parentc74e3015f1fe553b9120413c02ec89f9150fb423
Rename test_dcache, which can't be invoked by test runners

Functions named *test_* are invoked by test runners, such as nosetests,
but test_dcache was not written with this behavior in mind. Rename it to
avoid invocation.

Maybe the main block at the end of a file should now be converted into a
test that *is* invoked by test runners.
src/soc/experiment/test/test_dcache.py
src/soc/experiment/test/test_dcache_tlb.py
src/soc/experiment/test/test_l0_cache_buffer2.py