commit | f1256bb37f5f09859ac758e2fbfebbb5f6799a3e | [log] [tgz] |
---|---|---|
author | ekhugen <ekhugen@us.ibm.com> | Thu Jul 31 14:12:03 2014 +0000 |
committer | ekhugen <ekhugen@us.ibm.com> | Thu Jul 31 14:59:41 2014 +0000 |
tree | 8faec11f03173bc439bdcb0649283233bfe74072 | |
parent | 4d90d67f3273173273eaec9603d25837213ca447 [diff] |
Add compute tags to tempest/api/database/flavors test Partially implements bp add-service-tags Change-Id: Idfe3f86cfdb529340e5e290dd5dc8e9b549f7f5b
diff --git a/tempest/api/database/flavors/test_flavors.py b/tempest/api/database/flavors/test_flavors.py index 64d71b9..7d30f26 100644 --- a/tempest/api/database/flavors/test_flavors.py +++ b/tempest/api/database/flavors/test_flavors.py
@@ -55,6 +55,7 @@ self.assertNotIn(name, db_flavor) @test.attr(type='smoke') + @test.services('compute') def test_compare_db_flavors_with_os(self): resp, db_flavors = self.client.list_db_flavors() self.assertEqual(200, resp.status)