summaryrefslogtreecommitdiffstats
path: root/jjb/testsuite
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-12-14 13:29:28 +0100
committermrichomme <morgan.richomme@orange.com>2020-12-14 13:29:28 +0100
commit76942b53b1806bcd7365ff828a63e0e374b49166 (patch)
treecdb8ab8b7ef7c28443a8f0118399716d74076de8 /jjb/testsuite
parentab0ebdc5137ce4b336f159b446348af1fb9477e1 (diff)
Add robot linter for new use cases
Issue-ID: TEST-285 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I63c6ce91e5446420e644c18ee74225acba749ad9
Diffstat (limited to 'jjb/testsuite')
-rw-r--r--jjb/testsuite/testsuite.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml
index c72f904b6..f0464dbfb 100644
--- a/jjb/testsuite/testsuite.yaml
+++ b/jjb/testsuite/testsuite.yaml
@@ -60,10 +60,10 @@
tox-dir: '.'
tox-envs: 'json'
pattern: '**/*.json'
-# - 'robot':
-# tox-dir: '.'
-# tox-envs: 'robot'
-# pattern: '**/*.robot'
+ - 'robot':
+ tox-dir: '.'
+ tox-envs: 'robot'
+ pattern: 'robot/assets/usecases/*.robot'
stream:
- 'master':
branch: 'master'