зеркало из https://github.com/Azure/Avere.git
rename no storage test
This commit is contained in:
Родитель
f78eaccb03
Коммит
bc939debfd
|
@ -52,7 +52,7 @@ jobs:
|
|||
|
||||
- script: |
|
||||
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 \
|
||||
--doctest-modules --junitxml=junit/test-results01b.xml
|
||||
displayName: 'Test deploy of vFXT without storage'
|
||||
|
|
|
@ -60,7 +60,7 @@ class TestVfxtTemplateDeploy:
|
|||
atd.resource_group, "publicip-" + test_vars["controller_name"]
|
||||
).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")
|
||||
atd = test_vars["atd_obj"]
|
||||
with open("{}/src/vfxt/azuredeploy-auto.json".format(
|
||||
|
|
Загрузка…
Ссылка в новой задаче