mark contrail_heat tests as shouldfail

Change-Id: Iefb18eb5d4aa5ee4bd415ee9c9c82975f3f0e1c4
This commit is contained in:
Yevgeniy 2017-03-21 17:32:51 +02:00
parent affe32e982
commit ab64e637e7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import pytest
from vapor.helpers import heat_utils
@pytest.mark.xfail(run=False) #Remove when contrail-heat wil be added
@pytest.mark.parametrize('template_file', heat_utils.list_templates())
def test_heat_templates(create_stack, template_file, contrail_current_project,
contrail_api_client):