summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2020-12-14 17:57:39 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-14 17:57:39 +0000
commitff84c01ca65c05408eec0ebc4acee3b87adf327a (patch)
tree1fa75c0dee9d0a58caa3d190a9246a5cb3f35579 /jjb
parente5a2bbba465484526a78750719c366102867ed53 (diff)
parent76942b53b1806bcd7365ff828a63e0e374b49166 (diff)
Merge "Add robot linter for new use cases"
Diffstat (limited to 'jjb')
-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'