Skip VNFC test until vnfc image placement is fixed

Change-Id: I92e5afbc7c4be9e69c4267725ac76aa39af1a5fc
Partial-Bug: 1673012
This commit is contained in:
yong sheng gong 2017-03-15 17:45:42 +08:00
parent b8940dfa6c
commit e3f4d33f48
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@
import os
from oslo_config import cfg
from toscaparser import tosca_template
import unittest
import yaml
from tacker.common import utils
@ -27,6 +28,8 @@ SOFTWARE_DEPLOYMENT = 'OS::Heat::SoftwareDeployment'
class VnfTestToscaVNFC(base.BaseTackerTest):
@unittest.skip("Until BUG 1673012")
def test_create_delete_tosca_vnfc(self):
input_yaml = read_file('sample_tosca_vnfc.yaml')
tosca_dict = yaml.safe_load(input_yaml)