Add Microsoft runbooks phase 1

T0 and T1 tested, add them first.
This commit is contained in:
Chi Song 2021-03-04 17:51:32 +08:00
Родитель ecc70f789e
Коммит 1b24ce5c76
5 изменённых файлов: 59 добавлений и 0 удалений

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

@ -0,0 +1,15 @@
name: azure default
parent:
- path: ./tiers/t0.yml
variable:
- name: reserve_environment
value: "no"
notifier:
- type: html
platform:
- type: azure
admin_private_key_file: $(admin_private_key_file)
reserve_environment: $(reserve_environment)
azure:
subscription_id: $(subscription_id)
wait_delete: false

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

@ -0,0 +1,21 @@
name: ready default
parent:
- path: ./tiers/t0.yml
variable:
- name: user_name
value: "lisatest"
- name: public_port
value: 22
notifier:
- type: html
environment:
environments:
- nodes:
- type: remote
isDefault: true
public_address: $(public_address)
public_port: $(public_port)
username: $(user_name)
platform:
- type: ready
admin_private_key_file: $(admin_private_key_file)

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

@ -0,0 +1,8 @@
extension:
paths:
- ../../../testsuites/basic
variable:
- name: location
value: westus2
- name: v2_rg_cleanup
value: Delete

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

@ -0,0 +1,5 @@
parent:
- path: base.yml
testcase:
- criteria:
priority: 0

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

@ -0,0 +1,10 @@
parent:
- path: base.yml
variable:
- name: v2_rg
value: v2-t1
testcase:
- criteria:
priority: [0, 1]
- type: legacy
command: .\Run-LisaV2.ps1 -TestLocation '$(location)' -RGIdentifier '$(v2_rg)' -TestPlatform 'Azure' -ARMImageName '$(image)' -XMLSecretFile '$(v2_secret_file)' -TestPriority 0 -ResourceCleanup $(v2_rg_cleanup)