From bfbb75203a002f6a554721c8e69083124eec1c73 Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Tue, 28 May 2019 13:59:30 +0530 Subject: [PATCH] Updated skip list for rocky Bugs related: https://bugs.launchpad.net/tripleo/+bug/1753211 https://bugs.launchpad.net/keystone/+bug/1660603 https://tree.taiga.io/project/tripleo-ci-board/task/1090 Change-Id: I8c986eddfb4ef714bd7a9fa26ca9e460419bfbad Signed-off-by: Chandan Kumar (raukadah) --- roles/validate-tempest/vars/tempest_skip_rocky.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/validate-tempest/vars/tempest_skip_rocky.yml b/roles/validate-tempest/vars/tempest_skip_rocky.yml index b853d744c..6f2b9817f 100644 --- a/roles/validate-tempest/vars/tempest_skip_rocky.yml +++ b/roles/validate-tempest/vars/tempest_skip_rocky.yml @@ -5,18 +5,12 @@ ## the TripleO PTL, Thanks ## known_failures: - - test: 'tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete' - reason: 'Difference in Implied Roles check API return code' - lp: 'https://bugs.launchpad.net/keystone/+bug/1660603' - test: 'neutron_tempest_plugin.scenario' reason: 'Neutron Tempest plugin scenario tests are not yet stable.' lp: 'https://launchpad.net/bugs/1737940' - test: 'neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest' reason: 'RBAC policy resource conflict' lp: 'https://bugs.launchpad.net/tripleo/+bug/1753209' - - test: 'tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON' - reason: 'network resource conflict' - lp: 'https://bugs.launchpad.net/tripleo/+bug/1753211' - test: 'patrole_tempest_plugin' reason: 'Not supported in TripleO/tempestconf' - test: 'zaqar_tempest_plugin'