Implement dynamic procedure at REST interface
[anna.git] / example / diameter / launcher / resources / rest_api / ct / pytest.ini
index e2fc311..cd7b596 100644 (file)
@@ -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)