зеркало из https://github.com/Azure/Avere.git
Pipelines cleanup
This commit is contained in:
Родитель
89593bb088
Коммит
8a977b6c89
|
@ -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
|
Загрузка…
Ссылка в новой задаче