diff options
author | 2018-12-19 23:22:58 +0100 | |
---|---|---|
committer | 2018-12-20 15:17:05 +0100 | |
commit | 83c1afa080f261d732be2842f8913208d20e411e (patch) | |
tree | 45aa12474a9db2d21472860445cf1baeb328de8a /docker/smoke/testcases.yaml | |
parent | dd9eb03be634eaa46a89b85cd0c640ec99533b77 (diff) |
Generate Neutron policy.json (Patrole)
Keystone policy.json et al will be managed in other changes to allow
cherry-picking.
It blacklists two subtests which requires policy actions not found in
policy files.
Change-Id: I5365fb1b24f7f07563037634d00cb9898fbde0fc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/smoke/testcases.yaml')
-rw-r--r-- | docker/smoke/testcases.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index c7f110a70..6322f1257 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -90,7 +90,10 @@ tiers: role: 'admin' includes: - 'image' + - 'network' excludes: + - 'network.test_flavors_rbac' + - 'network.test_network_ip_availability_rbac' - 'test_networks_multiprovider_rbac' - 'test_auto_allocated_topology_rbac' |