Skip image auto creation test

The heat OS::Glance::Image is relying on glance v1, and
the heat resource type is deprecated.

Devstack disables glance v1 API at https://review.openstack.org/#/c/343129/.

Skip this test until heat has new glance image resource type.

Change-Id: I4b1b127fc804fa9b93fff6b835bc2d5b8fa9aa4f
Closes-bug: 1673099
(cherry picked from commit 6820836548)
This commit is contained in:
yong sheng gong 2017-03-15 22:44:32 +08:00 committed by gongysh
parent 12aa8b42d0
commit 947520fc4b
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
import unittest
import yaml
from novaclient import exceptions
@ -189,6 +190,8 @@ class VnfTestToscaCreateFlavorCreation(base.BaseTackerTest):
class VnfTestToscaCreateImageCreation(base.BaseTackerTest):
@unittest.skip("Until BUG 1673099")
def test_create_delete_vnf_tosca_no_monitoring(self):
vnfd_name = 'tosca_vnfd_with_auto_image'
input_yaml = read_file('sample-tosca-vnfd-image.yaml')