[ROBOT] Adopt HVVES test case in order to work with strimzi kafka
[testsuite.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 7e21fb8..c06bb46 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -30,7 +30,7 @@ commands =
 
 [testenv:robot]
 deps = robotframework-lint
-dirs = robot
+dirs = robot/testsuites/usecases
 
 commands =
-    python -m rflint --ignore LineTooLong -r {[testenv:robot]dirs}
+    python -m rflint --ignore LineTooLong --ignore RequireKeywordDocumentation --ignore RequireTestDocumentation -r {[testenv:robot]dirs}