Adding tempest_skip_queens.yml file

This file is required for queens release in order to look for tests to
skip.

Change-Id: Ib6e33ea534258cefc1f0d35f812e756d32aa116a
Closes-Bug: 1750363
This commit is contained in:
Arx Cruz 2018-02-19 13:02:08 +01:00
parent e27546d59e
commit aff4cc3664
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
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: 'barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest'
reason: 'Test is sometimes failing while trying to delete a volume that is still in use'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1744151'