feff1daaaba8285cc37f07f8136987c449b783b7
[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__), 'common/normal.ini')