Skip to content

Commit

Permalink
trove: skip broken tests
Browse files Browse the repository at this point in the history
Some smoke tests in Trove are broken and ignored. They shouldn't be tested,
it breaks CI that run Tempest (ie: Puppet OpenStack).

Change-Id: Icdd6fd281c799c45850542555e95e77f1fd16675
Related-Bug: #1567134
Related-Bug: #1577017
  • Loading branch information
EmilienM committed May 3, 2016
1 parent 068ed88 commit 0e8d73f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tempest/api/database/flavors/test_flavors.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def setup_clients(cls):

@test.attr(type='smoke')
@test.idempotent_id('c94b825e-0132-4686-8049-8a4a2bc09525')
@decorators.skip_because(bug='1567134')
def test_get_db_flavor(self):
# The expected flavor details should be returned
flavor = (self.client.show_db_flavor(self.db_flavor_ref)
Expand All @@ -38,6 +39,7 @@ def test_get_db_flavor(self):

@test.attr(type='smoke')
@test.idempotent_id('685025d6-0cec-4673-8a8d-995cb8e0d3bb')
@decorators.skip_because(bug='1567134')
def test_list_db_flavors(self):
flavor = (self.client.show_db_flavor(self.db_flavor_ref)
['flavor'])
Expand Down

0 comments on commit 0e8d73f

Please sign in to comment.