X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Fpytest.ini;h=cd7b596e6e49b5bd13771088fa68b951f3bf64f8;hp=e2fc311b45825cf876cf335d16f80b215321d8dc;hb=8a597c7ccbe2986f505fd70258e4b59ecef4166f;hpb=3753f8bd8025131cc0b62da8942daefc376c1c46 diff --git a/example/diameter/launcher/resources/rest_api/ct/pytest.ini b/example/diameter/launcher/resources/rest_api/ct/pytest.ini index e2fc311..cd7b596 100644 --- a/example/diameter/launcher/resources/rest_api/ct/pytest.ini +++ b/example/diameter/launcher/resources/rest_api/ct/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = -v --junitxml=/tmp/junit.xml -n 0 +addopts = -v --junitxml=/tmp/junit.xml -n 0 -m "not dynamic" log_format=%(asctime)s|%(name)s|%(filename)s:%(lineno)d|%(levelname)s|%(message)s log_date_format = %Y-%m-%d %H:%M:%S @@ -12,3 +12,12 @@ log_level=INFO junit_suite_name = "ADML REST API" junit_logging = out-err junit_family = xunit1 + +# Naming conventions +#python_files = check_*.py +#python_classes = Check +#python_functions = *_check + +# Markers +markers = + dynamic: this test requires ADML dynamic test library enabled (/opt/adml/dynlibs)