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;fp=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Fpytest.ini;h=ccea138812273a01534c78fde04633cca15a21df;hp=cd7b596e6e49b5bd13771088fa68b951f3bf64f8;hb=d444f6e9cab931a4364c15b86ab221e55893f975;hpb=e782294456d0877aa8fc05aa931291ac79808eb3 diff --git a/example/diameter/launcher/resources/rest_api/ct/pytest.ini b/example/diameter/launcher/resources/rest_api/ct/pytest.ini index cd7b596..ccea138 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 -m "not dynamic" +addopts = -v --junitxml=/tmp/junit.xml -n 0 -m "not dynamic and not helpers" log_format=%(asctime)s|%(name)s|%(filename)s:%(lineno)d|%(levelname)s|%(message)s log_date_format = %Y-%m-%d %H:%M:%S @@ -21,3 +21,5 @@ junit_family = xunit1 # Markers markers = dynamic: this test requires ADML dynamic test library enabled (/opt/adml/dynlibs) + helpers: auxiliary helpers to check ADML state and reports + dynamic_helpers: auxiliary helpers for dynamic context