clarify obsoleted test configuration files
[releng.git] / utils / test / testapi / opnfv_testapi / tests / unit / conftest.py
1 from os import path
2
3 import pytest
4
5
6 @pytest.fixture
7 def config_normal():
8     return path.join(path.dirname(__file__), '../../../etc/config.ini')