Implement dynamic procedure at REST interface
[anna.git] / example / diameter / launcher / resources / rest_api / ct / pytest.ini
1 [pytest]
2 addopts = -v --junitxml=/tmp/junit.xml -n 0 -m "not dynamic"
3
4 log_format=%(asctime)s|%(name)s|%(filename)s:%(lineno)d|%(levelname)s|%(message)s
5 log_date_format = %Y-%m-%d %H:%M:%S
6 log_level=INFO
7 # --log-level=DEBUG in addopts (warning by default)
8
9 # JUNIT
10 # --capture tee-sys: captures to terminal but keeping them in junit
11 # -s: capture=no (shortcut for debugging, but junit will miss the info)
12 junit_suite_name = "ADML REST API"
13 junit_logging = out-err
14 junit_family = xunit1
15
16 # Naming conventions
17 #python_files = check_*.py
18 #python_classes = Check
19 #python_functions = *_check
20
21 # Markers
22 markers =
23  dynamic: this test requires ADML dynamic test library enabled (/opt/adml/dynlibs)