This commit is contained in:
Omar Zevallos 2019-01-02 10:52:57 -05:00
Родитель 89593bb088
Коммит 8a977b6c89
2 изменённых файлов: 4 добавлений и 10 удалений

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

@ -20,17 +20,9 @@ steps:
pip install pytest-cov
displayName: 'Install Python Dependencies'
- script: |
az login --service-principal -u $AZURE_CLIENT_ID -p $AZURE_CLIENT_SECRET --tenant $AZURE_TENANT_ID
displayName: 'Authenticate Service Principal'
env:
AZURE_TENANT_ID: $(SPTENANTID)
AZURE_CLIENT_ID: $(SPAPPID)
AZURE_CLIENT_SECRET: $(SPPW)
- script: |
pytest test/test_avere_template_deploy.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
displayName: '(pytest) Test Avere vFXT template-based deployment'
displayName: 'Test Avere vFXT template-based deployment'
env:
AVERE_ADMIN_PW: $(controllerpassword)
AVERE_CONTROLLER_PW: $(controllerpassword)

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

@ -1,2 +1,4 @@
azure.mgmt.resource
requests
requests
pytest
pytest-cov