commit | c55690d092816e46fc92e49d9d08f814c4534d0f | [log] [tgz] |
---|---|---|
author | Santiago Baldassin <santiago.b.baldassin@intel.com> | Thu Mar 27 23:28:19 2014 -0300 |
committer | Santiago Baldassin <santiago.b.baldassin@intel.com> | Thu Mar 27 23:30:41 2014 -0300 |
tree | 3cf7be84b4547ce27c9b3402e35769b598a06861 | |
parent | 6694fec2a0b85a80005f603304009cc7a3489acb [diff] |
Enable private flavors tests Enable private flavor tests that were skipped until this change was merged in nova: https://review.openstack.org/#/c/81356/ Change-Id: Ie2236579de6de1ae2759cb293f23b4096c7cdce2 Closes-Bug: #1298742
diff --git a/tempest/api/compute/admin/test_flavors.py b/tempest/api/compute/admin/test_flavors.py index 759585e..111ac9c 100644 --- a/tempest/api/compute/admin/test_flavors.py +++ b/tempest/api/compute/admin/test_flavors.py
@@ -170,7 +170,6 @@ flag = True self.assertTrue(flag) - @test.skip_because(bug='1286297') @test.attr(type='gate') def test_list_non_public_flavor(self): # Create a flavor with os-flavor-access:is_public false.
diff --git a/tempest/api/compute/admin/test_flavors_access.py b/tempest/api/compute/admin/test_flavors_access.py index aa0138f..193d415 100644 --- a/tempest/api/compute/admin/test_flavors_access.py +++ b/tempest/api/compute/admin/test_flavors_access.py
@@ -46,7 +46,6 @@ cls.vcpus = 1 cls.disk = 10 - @test.skip_because(bug='1286297') @test.attr(type='gate') def test_flavor_access_list_with_private_flavor(self): # Test to make sure that list flavor access on a newly created