Files
rocm-systems/test/ext-plugins/pytest.ini
T
Kapil S. Pawar c7f400dbff Functional Tests for Ext-Profiler Plugin (#2007)
* Add functional tests for CSV Tuner Plugin

* Updated directory structure

* Updated and renamed directories

* Updated csv conf files

* Added tests for ext-profiler

* Updated readme

* Updated readme
2025-11-18 11:20:39 -06:00

17 baris
668 B
INI

# pytest.ini
[pytest]
markers =
ext_tuner: marks tests related to CSV Tuner Plugin
ext_profiler: marks tests related to Profiler Plugin
allreduce: marks tests related to AllReduce collective
broadcast: marks tests related to Broadcast collective
reduce: marks tests related to Reduce collective
allgather: marks tests related to AllGather collective
reducescatter: marks tests related to ReduceScatter collective
alltoall: marks tests related to AllToAll collective
sendrecv: marks tests related to SendRecv collective
multinode: marks tests related to multi-node operations
testpaths = tests
addopts = --import-mode=importlib