Fix gate job for test_vnf_param_with_artifacts_image_tosca_template

In functional test test_vnf_param_with_artifacts_image_tosca_template, heat create
task to fetch GlanceWebImage from param url value, and stuck in infinite loop of running
and sleeping task, due to which vnf creation could not be completed and VNF failed with
PENDING_CREATE. This issue occured due to bug #1847188, skipping test until bug fixed.

Change-Id: Ifeb3d46b8b78688687f53e2f17fecddef1ed4b3b
This commit is contained in:
dharmendra 2019-10-21 09:51:34 +00:00
parent 4e6929c434
commit af4cdf089d
1 changed files with 2 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 tacker.plugins.common import constants as evt_constants
@ -114,6 +115,7 @@ class VnfmTestParam(base.BaseTackerTest):
param_file='sample-tosca-vnf-values.yaml',
vnf_name='test_vnf_with_parameters_tosca_template')
@unittest.skip("Until BUG 1847188")
def test_vnf_param_with_artifacts_image_tosca_template(self):
self._test_vnf_param_tosca_template(
vnfd_name='cirros_vnfd_tosca_param_artifacts_image',