This commit is contained in:
rebecca-makar 2019-02-14 11:17:46 -05:00
Родитель f78eaccb03
Коммит bc939debfd
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -52,7 +52,7 @@ jobs:
- script: | - script: |
pytest --disable-pytest-warnings test/test_vfxt_template_deploy.py \ pytest --disable-pytest-warnings test/test_vfxt_template_deploy.py \
-k test_deploy_template_no_storage \ -k test_no_storage_account_deploy \
--location $VFXT_DEPLOY_LOCATION \ --location $VFXT_DEPLOY_LOCATION \
--doctest-modules --junitxml=junit/test-results01b.xml --doctest-modules --junitxml=junit/test-results01b.xml
displayName: 'Test deploy of vFXT without storage' displayName: 'Test deploy of vFXT without storage'

Просмотреть файл

@ -60,7 +60,7 @@ class TestVfxtTemplateDeploy:
atd.resource_group, "publicip-" + test_vars["controller_name"] atd.resource_group, "publicip-" + test_vars["controller_name"]
).ip_address ).ip_address
def test_deploy_template_no_storage(self, resource_group, test_vars): # noqa: F811 def test_no_storage_account_deploy(self, resource_group, test_vars): # noqa: F811
log = logging.getLogger("test_deploy_template") log = logging.getLogger("test_deploy_template")
atd = test_vars["atd_obj"] atd = test_vars["atd_obj"]
with open("{}/src/vfxt/azuredeploy-auto.json".format( with open("{}/src/vfxt/azuredeploy-auto.json".format(