Changes to framework usage:
[ric-plt/xapp-frame-py.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index f47d647..d7290d3 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -26,8 +26,11 @@ deps=
     pytest-cov
 setenv =
     LD_LIBRARY_PATH = /usr/local/lib/:/usr/local/lib64
+    RMR_SEED_RT = tests/fixtures/test_local.rt
+    RMR_ASYNC_CONN = 0
+
 commands =
-    pytest --cov ricxappframe --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=50
+    pytest --cov ricxappframe --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70
     coverage xml -i
 
 [testenv:flake8]