summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-03-10 13:34:43 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-03-10 14:12:20 +0100
commit8700960a0edf662734259273ca002f2ac2050e21 (patch)
treef5f5d4ef09f13eba25695724cdea6b9a9bbb6d70 /docker
parent35a6fcd790a173bb759499b43d25f081ed4adfed (diff)
Enhance patrole configurations
It allows listing the OpenStack services tested or setting test exlusions (e.g. tests requiring GRE as overlay). It should be noted that Keystone and Nova can't currently be tested without their default policy.json. Change-Id: I8909694b4ffc315959504441f5ea0b1f3023fe7c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/patrole/testcases.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/patrole/testcases.yaml b/docker/patrole/testcases.yaml
index 5615a9055..5d9199cdc 100644
--- a/docker/patrole/testcases.yaml
+++ b/docker/patrole/testcases.yaml
@@ -22,3 +22,9 @@ tiers:
class: 'Patrole'
args:
role: 'admin'
+ services:
+ - 'image'
+ - 'network'
+ - 'volume'
+ exclude:
+ - 'test_networks_multiprovider_rbac'